|
@@ -62,9 +62,9 @@ spring:
|
|
|
druid:
|
|
druid:
|
|
|
# 主库数据源
|
|
# 主库数据源
|
|
|
master:
|
|
master:
|
|
|
- url: jdbc:mariadb://192.168.32.3:16001/sales_helper?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8
|
|
|
|
|
|
|
+ url: jdbc:mariadb://10.88.0.1:10006/sales_map?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&serverTimezone=GMT%2B8
|
|
|
username: root
|
|
username: root
|
|
|
- password: jinyan-mysql
|
|
|
|
|
|
|
+ password: XlY0yFb0qUrAW6Hl6L3UTEI6
|
|
|
# 从库数据源
|
|
# 从库数据源
|
|
|
slave:
|
|
slave:
|
|
|
# 从数据源开关/默认关闭
|
|
# 从数据源开关/默认关闭
|
|
@@ -134,13 +134,13 @@ spring:
|
|
|
# redis 配置
|
|
# redis 配置
|
|
|
redis:
|
|
redis:
|
|
|
# 地址
|
|
# 地址
|
|
|
- host: 192.168.32.3
|
|
|
|
|
|
|
+ host: 10.88.0.1
|
|
|
# 端口,默认为6379
|
|
# 端口,默认为6379
|
|
|
- port: 16006
|
|
|
|
|
|
|
+ port: 10007
|
|
|
# 数据库索引
|
|
# 数据库索引
|
|
|
database: 1
|
|
database: 1
|
|
|
# 密码
|
|
# 密码
|
|
|
- password: jinyan-redis
|
|
|
|
|
|
|
+ password:
|
|
|
# 连接超时时间
|
|
# 连接超时时间
|
|
|
timeout: 10s
|
|
timeout: 10s
|
|
|
lettuce:
|
|
lettuce:
|
|
@@ -223,8 +223,8 @@ feign:
|
|
|
readTimeout: 300000
|
|
readTimeout: 300000
|
|
|
url:
|
|
url:
|
|
|
salesHelper-remote-spider: http://192.168.32.3:19000 # 爬虫服务
|
|
salesHelper-remote-spider: http://192.168.32.3:19000 # 爬虫服务
|
|
|
- salesmap-LLM: http://192.168.32.2:13003 #大模型
|
|
|
|
|
- chat_base_url: http://192.168.32.2:13003 #对话相关接口
|
|
|
|
|
|
|
+ salesmap-LLM: http://10.88.0.1:13003 #大模型
|
|
|
|
|
+ chat_base_url: http://10.88.0.1:13003 #对话相关接口
|
|
|
# 滑块验证码
|
|
# 滑块验证码
|
|
|
aj:
|
|
aj:
|
|
|
captcha:
|
|
captcha:
|