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

18 lines
719 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

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 登录页地址(客户端跳转用,即 OAuth2 授权端点入口)
NEXT_PUBLIC_SSO_URL="https://sso.softtest.cowarobot.com"
# 本应用地址(作为 SSO 回调 client_redirect_uri
NEXT_PUBLIC_APP_URL="http://localhost:4000"
# OAuth2 client_id同时作为 URL app_id 传给 sso-portal非敏感可下发前端
NEXT_PUBLIC_SSO_APP_ID="6wds5qua3b76hu748zrjmall"
# OAuth2 client_secret仅服务端 /api/callback 调 access_token 用,绝不下发前端)
SSO_CLIENT_SECRET="oXwSxxrRUA0ijJ9N62qWI4oUrVJpLf5F"
# 真实后端 SSO 宿主(服务端调 /api/v1/basis/sso/access_token
SSO_BACKEND_API="https://internal.softtest.cowarobot.com"
# 租户标识
SSO_TENANT="cowarobot"