|
@@ -72,7 +72,6 @@ spring:
|
|
|
profiles: dev
|
|
|
datasource:
|
|
|
url: jdbc:mysql://101.37.175.111:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
-
|
|
|
username: mooctest
|
|
|
password: secr3t!
|
|
|
redis:
|
|
@@ -97,7 +96,7 @@ website:
|
|
|
spring:
|
|
|
profiles: dev-localhost
|
|
|
datasource:
|
|
|
- url: jdbc:mysql://101.37.175.111:3306/crowd-test-service-online?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://101.37.175.111:3306/crowd-test-service?useSSL=false&useUnicode=yes&characterEncoding=UTF-8&serverTimezone=Asia/Shanghai
|
|
|
username: mooctest
|
|
|
password: secr3t!
|
|
|
redis:
|