Browse Source

环境迁移

hr~ 1 month ago
parent
commit
4f080021f6

+ 2 - 2
bid/src/main/resources/application-local.yml

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

+ 1 - 1
bid/src/main/resources/application.yml

@@ -4,7 +4,7 @@ spring:
   application:
     name: bid-hk
   datasource:
-    url: ${DB_URL:jdbc:postgresql://192.168.50.8:5432/ahx_app}
+    url: ${DB_URL:jdbc:postgresql://192.168.50.10:5432/ahx_app}
     username: ${DB_USERNAME:postgres}
     password: ${DB_PASSWORD:123456}