diff --git a/ruoyi-admin/src/main/resources/application-local.yml b/ruoyi-admin/src/main/resources/application-local.yml index 50c57e6..5a5810f 100644 --- a/ruoyi-admin/src/main/resources/application-local.yml +++ b/ruoyi-admin/src/main/resources/application-local.yml @@ -6,9 +6,11 @@ spring: druid: # 主库数据源 master: - url: jdbc:highgo://124.243.245.42:5866/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=ks_db4&stringtype=unspecified + url: jdbc:highgo://192.168.0.13:5866/highgo?useUnicode=true&characterEncoding=utf8¤tSchema=shz&stringtype=unspecified + #username: syssso username: sysdba - password: ZKR2024@comzkr + password: SHZ2025@comzkr2 + # 从库数据源 slave: # 从数据源开关/默认关闭 @@ -61,13 +63,13 @@ spring: multi-statement-allow: true redis: # 地址 - host: 124.243.245.42 + host: 127.0.0.1 # 端口,默认为6379 - port: 5379 + port: 6379 # 数据库索引 - database: 5 + database: 0 # 密码 - password: ZKR2024@@.com + password: SHZ2025@@.com # 连接超时时间 timeout: 10s lettuce: @@ -80,14 +82,15 @@ spring: max-active: 8 # #连接池最大阻塞等待时间(使用负值表示没有限制) max-wait: -1ms + # easy-es easy-es: enable: true banner: false - address: 124.243.245.42:9200 + address: 127.0.0.1:9200 global-config: process-index-mode: manual db-config: refresh-policy: immediate username: elastic - password: zkr2024@@.com + password: shz2025@@.com \ No newline at end of file diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 68e927d..3b8842c 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -142,8 +142,8 @@ file: #微信小程序 wx: - appid: wx4aa34488b965a331 - secret: 558780ecc2750f87e556b0e5496773c9 + appid: wx99193c507b93d6db + secret: 79bf8648880746c11f9ef9c5c12e030f #统一门户认证 oauth: @@ -154,40 +154,40 @@ oauth: #内网 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: #门户注册 - 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 read-timeout: 30 write-timeout: 30 #ai chat: - baseUrl: http://39.98.44.136:8082 + baseUrl: http://127.0.0.1:8082 chatUrl: /v1/chat/completions chatDetailUrl: /core/chat/getPaginationRecords chatHistoryUrl: /core/chat/getHistories @@ -202,5 +202,5 @@ chat: model: qd-job-turbo audioText: - asr: http://127.0.0.1:8001/asr/file - tts: http://127.0.0.1:19527/synthesize \ No newline at end of file + asr: http://39.98.44.136:8001/asr/file + tts: http://39.98.44.136:19527/synthesize