修改测试库地址
This commit is contained in:
@@ -6,10 +6,10 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:highgo://192.168.0.13:5866/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=shz&stringtype=unspecified
|
||||
url: jdbc:highgo://172.31.9.107:8765/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=shz&stringtype=unspecified
|
||||
#username: syssso
|
||||
username: sysdba
|
||||
password: SHZ2025@comzkr2
|
||||
password: Hello@2026
|
||||
|
||||
# 从库数据源
|
||||
slave:
|
||||
|
||||
@@ -6,10 +6,10 @@ spring:
|
||||
druid:
|
||||
# 主库数据源
|
||||
master:
|
||||
url: jdbc:highgo://39.98.44.136:6022/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=shz&stringtype=unspecified
|
||||
url: jdbc:highgo://39.98.44.136:6023/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=shz&stringtype=unspecified
|
||||
#username: syssso
|
||||
username: sysdba
|
||||
password: SHZ2025@comzkr2
|
||||
password: Hello@2026
|
||||
|
||||
# 从库数据源
|
||||
slave:
|
||||
@@ -63,13 +63,13 @@ spring:
|
||||
multi-statement-allow: true
|
||||
redis:
|
||||
# 地址
|
||||
host: 39.98.44.136
|
||||
host: 127.0.0.1
|
||||
# 端口,默认为6379
|
||||
port: 6018
|
||||
port: 6379
|
||||
# 数据库索引
|
||||
database: 0
|
||||
# 密码
|
||||
password: SHZ2025@@.com
|
||||
password: SHZ2026@@.com
|
||||
# 连接超时时间
|
||||
timeout: 10s
|
||||
lettuce:
|
||||
@@ -87,13 +87,13 @@ spring:
|
||||
easy-es:
|
||||
enable: true
|
||||
banner: false
|
||||
address: 39.98.44.136:6023
|
||||
address: 127.0.0.1:9200
|
||||
global-config:
|
||||
process-index-mode: manual
|
||||
db-config:
|
||||
refresh-policy: immediate
|
||||
username: elastic
|
||||
password: shz2025@@.com
|
||||
password: SHZ2026@@.com
|
||||
|
||||
#ai
|
||||
chat:
|
||||
@@ -112,5 +112,5 @@ chat:
|
||||
model: qd-job-turbo
|
||||
|
||||
audioText:
|
||||
asr: http://192.168.0.14:8001/asr/file
|
||||
tts: http://192.168.0.14:19527/synthesize
|
||||
asr: http://127.0.0.1:8000/asr/file
|
||||
tts: http://127.0.0.1:19527/synthesize
|
||||
Reference in New Issue
Block a user