|
@@ -164,7 +164,7 @@ website:
|
|
|
|
|
|
---
|
|
|
spring:
|
|
|
- profiles: online
|
|
|
+ profiles: pre-online
|
|
|
datasource:
|
|
|
url: jdbc:mysql://10.18.18.50:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
username: root
|
|
@@ -189,4 +189,35 @@ user:
|
|
|
service:
|
|
|
baseUrl: http://user.cofortest.com
|
|
|
website:
|
|
|
- domain: cofortest.com
|
|
|
+ domain: cofortest.com
|
|
|
+
|
|
|
+---
|
|
|
+spring:
|
|
|
+ profiles: online
|
|
|
+ datasource:
|
|
|
+ url: jdbc:mysql://8.134.32.27:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
+ username: root
|
|
|
+ password: callfortest_crowd
|
|
|
+ redis:
|
|
|
+ host: 8.134.32.27
|
|
|
+ pool: 6379
|
|
|
+ password: '#2019@callforttest@!'
|
|
|
+ jedis:
|
|
|
+ pool:
|
|
|
+ max-active: 8
|
|
|
+ max-idle: 8
|
|
|
+ max-wait: -1
|
|
|
+ min-idle: 0
|
|
|
+ database: 0
|
|
|
+
|
|
|
+feature:
|
|
|
+ client:
|
|
|
+ oss: true
|
|
|
+
|
|
|
+user:
|
|
|
+ service:
|
|
|
+ baseUrl: http://8.134.32.27:8081
|
|
|
+# baseUrl: http://user.cofortest.com
|
|
|
+website:
|
|
|
+ domain: 8.134.32.27
|
|
|
+# domain: cofortest.com
|