Files
external-app/.env.production
2026-07-14 15:21:28 +08:00

18 lines
671 B
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# sso-portal 登录页地址(按实际部署填写,客户端跳转用)
NEXT_PUBLIC_SSO_URL="http://sso-portal-svc:5501"
# 本应用地址(作为 SSO 回调 client_redirect_uri按实际部署填写
NEXT_PUBLIC_APP_URL=""
# OAuth2 client_id同时作为 URL app_id 传给 sso-portal
NEXT_PUBLIC_SSO_APP_ID="6wds5qua3b76hu748zrjmall"
# OAuth2 client_secret 含敏感信息,生产建议通过部署平台密钥注入,不入库)
SSO_CLIENT_SECRET="oXwSxxrRUA0ijJ9N62qWI4oUrVJpLf5F"
# 真实后端 SSO 宿主(集群内 svc 名,按实际部署填写)
SSO_BACKEND_API="http://basis-app-svc:6610"
# 租户标识
SSO_TENANT="cowarobot"