Browse Source

修改测试环境配置

guo00guo 5 years ago
parent
commit
d3a6c750a1
1 changed files with 3 additions and 8 deletions
  1. 3 8
      site/src/main/resources/application.yml

+ 3 - 8
site/src/main/resources/application.yml

@@ -1,7 +1,6 @@
 spring:
   profiles:
     active: dev
-#    active: online
   cache:
     guava:
       spec: expireAfterWrite=30s
@@ -85,9 +84,9 @@ website:
 spring:
   profiles: pre
   datasource:
-    url: jdbc:mysql://10.18.18.50:3306/crowd-test-service-pre?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
-    username: root
-    password: callfortest_crowd
+    url: jdbc:mysql://101.37.175.111:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8
+    username: mooctest
+    password: secr3t!
   redis:
     host: 10.18.18.50
     pool: 6379
@@ -129,7 +128,3 @@ user:
     baseUrl: http://user.cofortest.com
 website:
   domain: cofortest.com
-
-
-
-