This commit is contained in:
2026-01-09 20:14:10 +08:00
parent 0282dbb0e7
commit 9697bfe3cf
2 changed files with 29 additions and 26 deletions

View File

@@ -6,9 +6,11 @@ spring:
druid: druid:
# 主库数据源 # 主库数据源
master: master:
url: jdbc:highgo://124.243.245.42:5866/highgo?useUnicode=true&characterEncoding=utf8&currentSchema=ks_db4&stringtype=unspecified url: jdbc:highgo://192.168.0.13:5866/highgo?useUnicode=true&characterEncoding=utf8&currentSchema=shz&stringtype=unspecified
#username: syssso
username: sysdba username: sysdba
password: ZKR2024@comzkr password: SHZ2025@comzkr2
# 从库数据源 # 从库数据源
slave: slave:
# 从数据源开关/默认关闭 # 从数据源开关/默认关闭
@@ -61,13 +63,13 @@ spring:
multi-statement-allow: true multi-statement-allow: true
redis: redis:
# 地址 # 地址
host: 124.243.245.42 host: 127.0.0.1
# 端口默认为6379 # 端口默认为6379
port: 5379 port: 6379
# 数据库索引 # 数据库索引
database: 5 database: 0
# 密码 # 密码
password: ZKR2024@@.com password: SHZ2025@@.com
# 连接超时时间 # 连接超时时间
timeout: 10s timeout: 10s
lettuce: lettuce:
@@ -80,14 +82,15 @@ spring:
max-active: 8 max-active: 8
# #连接池最大阻塞等待时间(使用负值表示没有限制) # #连接池最大阻塞等待时间(使用负值表示没有限制)
max-wait: -1ms max-wait: -1ms
# easy-es # easy-es
easy-es: easy-es:
enable: true enable: true
banner: false banner: false
address: 124.243.245.42:9200 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: zkr2024@@.com password: shz2025@@.com

View File

@@ -142,8 +142,8 @@ file:
#微信小程序 #微信小程序
wx: wx:
appid: wx4aa34488b965a331 appid: wx99193c507b93d6db
secret: 558780ecc2750f87e556b0e5496773c9 secret: 79bf8648880746c11f9ef9c5c12e030f
#统一门户认证 #统一门户认证
oauth: oauth:
@@ -154,40 +154,40 @@ oauth:
#内网 #内网
usptnw: usptnw:
#获取访问令牌 #获取访问令牌
nwGatewayGetTokenUrl: http://10.98.80.146/uspt/serviceAPI/getToken nwGatewayGetTokenUrl: http://ip:80/uspt/serviceAPI/getToken
#获取用户信息 #获取用户信息
nwGatewayGetUserInfoUrl: http://10.98.80.146/uspt/serviceAPI/getUserInfo nwGatewayGetUserInfoUrl: http://ip:80/uspt/serviceAPI/getUserInfo
#外网 #外网
usptww: usptww:
#门户注册 #门户注册
wwRegisterPostUrl: http://10.98.80.50/uspt/webWhiteListServiceAPI/doWebRegister wwRegisterPostUrl: http://ip:80/uspt/webWhiteListServiceAPI/doWebRegister
#门户登录 #门户登录
wwTokenPostUrl: http://10.98.80.50/uspt/webWhiteListServiceAPI/doWebLogon wwTokenPostUrl: http://ip:80/uspt/webWhiteListServiceAPI/doWebLogon
#查询用户信息 #查询用户信息
wwQueryWebUserInfo: http://10.98.80.50/uspt/webWhiteListServiceAPI/queryWebUserInfo wwQueryWebUserInfo: http://ip:80/uspt/webWhiteListServiceAPI/queryWebUserInfo
#查询个人信息 #查询个人信息
wwQueryWebPersonalInfoPostUrl: http://10.98.80.50/uspt/webWhiteListServiceAPI/queryWebPersonalInfo wwQueryWebPersonalInfoPostUrl: http://ip:80/uspt/webWhiteListServiceAPI/queryWebPersonalInfo
#查询单位信息 #查询单位信息
wwQueryWebEnterpriseInfoPostUrl: http://10.98.80.50/uspt//webWhiteListServiceAPI/queryWebEnterpriseInfo wwQueryWebEnterpriseInfoPostUrl: http://ip:80/uspt//webWhiteListServiceAPI/queryWebEnterpriseInfo
#用户新增接口 #用户新增接口
tyAddUserUrl: http://10.98.80.146/qxgl_backend/security/add_user tyAddUserUrl: http://ip:80/qxgl_backend/security/add_user
#获取当前用户有权系统列表 #获取当前用户有权系统列表
tyQueryUserSysListUrl: http://10.98.80.146/qxgl_backend/security/get_effective_app_list tyQueryUserSysListUrl: http://ip:80/qxgl_backend/security/get_effective_app_list
#获取当前用户有权角色列表 #获取当前用户有权角色列表
tyQueryUserRoleListUrl: http://10.98.80.146/qxgl_backend/security/get_role_by_userid tyQueryUserRoleListUrl: http://ip:80/qxgl_backend/security/get_role_by_userid
#获取角色功能权限信息 #获取角色功能权限信息
tyQueryRoleInfoUrl: http://10.98.80.146/qxgl_backend/security/get_path_by_role tyQueryRoleInfoUrl: http://ip:80/qxgl_backend/security/get_path_by_role
#获取用户详细信息 #获取用户详细信息
tyQueryUserInfo: http://10.98.80.146/qxgl_backend/security/get_user_by_userid tyQueryUserInfo: http://ip:80/qxgl_backend/security/get_user_by_userid
#获取机构详细信息 #获取机构详细信息
tyQueryUnitInfo: http://10.98.80.146/qxgl_backend/security/get_organization_by_organizationid tyQueryUnitInfo: http://ip:80/qxgl_backend/security/get_organization_by_organizationid
connect-timeout: 10 connect-timeout: 10
read-timeout: 30 read-timeout: 30
write-timeout: 30 write-timeout: 30
#ai #ai
chat: chat:
baseUrl: http://39.98.44.136:8082 baseUrl: http://127.0.0.1:8082
chatUrl: /v1/chat/completions chatUrl: /v1/chat/completions
chatDetailUrl: /core/chat/getPaginationRecords chatDetailUrl: /core/chat/getPaginationRecords
chatHistoryUrl: /core/chat/getHistories chatHistoryUrl: /core/chat/getHistories
@@ -202,5 +202,5 @@ chat:
model: qd-job-turbo model: qd-job-turbo
audioText: audioText:
asr: http://127.0.0.1:8001/asr/file asr: http://39.98.44.136:8001/asr/file
tts: http://127.0.0.1:19527/synthesize tts: http://39.98.44.136:19527/synthesize