|
@@ -57,7 +57,7 @@ spring:
|
|
|
# redis 配置
|
|
# redis 配置
|
|
|
redis:
|
|
redis:
|
|
|
# 地址
|
|
# 地址
|
|
|
- host: redis.iamsee.com
|
|
|
|
|
|
|
+ host: 39.105.100.218
|
|
|
# 端口,默认为6379
|
|
# 端口,默认为6379
|
|
|
port: 6380
|
|
port: 6380
|
|
|
# 数据库索引
|
|
# 数据库索引
|
|
@@ -83,7 +83,7 @@ spring:
|
|
|
druid:
|
|
druid:
|
|
|
# 主库数据源
|
|
# 主库数据源
|
|
|
master:
|
|
master:
|
|
|
- url: jdbc:mysql://db.iamsee.com:3306/railway_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
|
|
|
|
+ url: jdbc:mysql://39.105.100.218:3306/railway_test?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: railway
|
|
username: railway
|
|
|
password: '$jgkj001'
|
|
password: '$jgkj001'
|
|
|
# 从库数据源
|
|
# 从库数据源
|