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