Quellcode durchsuchen

移植新版健康管理后台项目

shilin vor 1 Jahr
Ursprung
Commit
4e004c5156

+ 1 - 1
web/health/src/main/resources/application-jn.properties

@@ -3,8 +3,8 @@ server.port=8172
 
 #\u670D\u52A1\u540D\u79F0
 spring.application.name=health-hb-provider
-spring.cloud.nacos.discovery.server-addr=127.0.0.1:8870
 #spring.cloud.nacos.discovery.server-addr=10.81.3.155:8848
+spring.cloud.nacos.discovery.server-addr=127.0.0.1:8870
 
 #nacos\u7684\u7528\u6237\u540D\u548C\u5BC6\u7801
 spring.cloud.nacos.username=nacos

+ 5 - 5
web/health/src/main/resources/application-jn.yml

@@ -26,9 +26,9 @@ gyee:
   #漂亮得拖动验证码 默认false普通验证码、true滚动验证码
   rollVerification: true
   #实时数据库Url
-  baseurl: http://10.81.3.155:8011/ts
-  healthurl: http://10.81.3.155:8011/ts
-  adapterUrl: http://10.81.3.155:8011
+  baseurl: http://10.81.3.160:8011/ts
+  healthurl: http://10.81.3.160:8011/ts
+  adapterUrl: http://10.81.3.160:8011
   alarmUrl: http://10.81.3.155:8176
   #API访问ip
   #swaggerip: 49.4.50.80:8082
@@ -61,8 +61,8 @@ spring:
   #      password: nacos
   #redis集群
   redis:
-    host: 127.0.0.1
-    #host: 10.81.3.155
+    #host: 127.0.0.1
+    host: 10.81.3.155
     port: 6379
     timeout: 100000
     #    集群环境打开下面注释,单机不需要打开