|
@@ -1,7 +1,7 @@
|
|
|
spring:
|
|
spring:
|
|
|
redis:
|
|
redis:
|
|
|
database: 9
|
|
database: 9
|
|
|
- host: ${REDIS_HOST:192.168.50.8}
|
|
|
|
|
|
|
+ host: ${REDIS_HOST:192.168.50.10}
|
|
|
port: ${REDIS_PORT:6379}
|
|
port: ${REDIS_PORT:6379}
|
|
|
password: Pass2010 # 密码(默认为空)
|
|
password: Pass2010 # 密码(默认为空)
|
|
|
timeout: 60000 # 连接超时时长(毫秒)
|
|
timeout: 60000 # 连接超时时长(毫秒)
|
|
@@ -17,7 +17,7 @@ spring:
|
|
|
hobbystocks:
|
|
hobbystocks:
|
|
|
redis:
|
|
redis:
|
|
|
sentinel:
|
|
sentinel:
|
|
|
- nodes: ${SENTINEL_NODES:192.168.50.8:26379}
|
|
|
|
|
|
|
+ nodes: ${SENTINEL_NODES:192.168.50.10:26379}
|
|
|
host:
|
|
host:
|
|
|
pointUrl: http://app/api/local/v1/point/operate
|
|
pointUrl: http://app/api/local/v1/point/operate
|
|
|
orderUrl: http://127.0.0.1:8082/api/v5/lot/order/create
|
|
orderUrl: http://127.0.0.1:8082/api/v5/lot/order/create
|