|
@@ -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
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|