Commit .env.development/.staging/.production and track env files in git (matching uirefbase convention). No secrets: SSO_URL (sso-mock service), NEXT_PUBLIC_APP_URL (callback), SSO_APP_ID. .gitignore now ignores only *.local overrides. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
9 lines
271 B
Plaintext
9 lines
271 B
Plaintext
# Mock SSO 服务地址(集群内 svc 名,按实际部署填写)
|
||
SSO_URL="http://sso-mock-svc:5501"
|
||
|
||
# 本应用地址(作为 SSO 回调 app_url,按实际部署填写)
|
||
NEXT_PUBLIC_APP_URL=""
|
||
|
||
# 注册在 SSO 的应用 ID(app_id)
|
||
SSO_APP_ID="app_demo_001"
|