|
@@ -2,7 +2,7 @@ spring:
|
|
|
# redis 配置
|
|
|
redis:
|
|
|
# 地址
|
|
|
- host: localhost
|
|
|
+ host: 192.168.100.159
|
|
|
# 端口,默认为6379
|
|
|
port: 6379
|
|
|
# 数据库索引
|
|
@@ -28,7 +28,7 @@ spring:
|
|
|
druid:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
- url: jdbc:mysql://localhost:3306/libra_bot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
+ url: jdbc:mysql://192.168.100.159:3306/libra_bot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
|
password: EKoAe3H8xybQKrFPApXM
|
|
|
# 从库数据源
|
|
@@ -114,4 +114,4 @@ big-model:
|
|
|
topP: 0.7
|
|
|
|
|
|
log:
|
|
|
- logPath: /home/intelligent-voice/logs
|
|
|
+ logPath: /home/hongshan/logs
|