调整生产环境配置

This commit is contained in:
黎润豪 2026-03-24 10:17:34 +08:00
parent 8beb64e310
commit 0e066f92d5
1 changed files with 2 additions and 2 deletions

View File

@ -159,13 +159,13 @@ oauth2:
# 统一认证平台配置
unified-auth:
# 认证地址,根据实际环境配置
auth-url: ${UNIFIED_AUTH_URL:http://172.16.22.181:11000}
auth-url: ${UNIFIED_AUTH_URL:https://58.18.173.243:8002}
# 客户端ID由统一认证平台分配
client-id: ${UNIFIED_AUTH_CLIENT_ID:xyjgxt}
# 客户端秘钥,由统一认证平台分配
client-secret: ${UNIFIED_AUTH_CLIENT_SECRET:482938479827349}
# 回调地址,需与统一认证平台注册时的回调地址一致
redirect-uri: ${UNIFIED_AUTH_REDIRECT_URI:http://172.16.22.181:8800/aiccs-api/oauth2/callback}
redirect-uri: ${UNIFIED_AUTH_REDIRECT_URI:https://amr.nmg.gov.cn/aiccs-api/oauth2/callback}
# 授权码接口路径
authorize-path: /authcenter/getOauth2Authorize
# 获取令牌接口路径