Ver Fonte

提交开发版使用的用户服务

superguoguo há 3 anos atrás
pai
commit
d1a528a84d

+ 4 - 4
mooctest-user-server/src/main/resources/application.yaml

@@ -137,7 +137,7 @@ wecaht:
 
 ---
 spring:
-  profiles: dev-test
+  profiles: dev
   cache:
     guava:
       spec:
@@ -157,14 +157,14 @@ spring:
     show-sql: true
 
   redis:
-    host: 121.196.124.158
-    password:
+    host: 106.14.81.62
+    password: Customs2019
     pool:
       max-active: 8
       max-idle: 8
       max-wait: -1
       min-idle: 0
-    port: 6379
+    port: 16379
 
   thymeleaf:
     cache: false