Files
sso-portal/.env.development
zhangheng 0a9ccaa282 chore: add per-environment env config (参考 uirefbase)
Commit .env.development/.staging/.production and track env files in git
(matching uirefbase convention). No secrets: only NEXT_PUBLIC_BASE_PATH
and NEXT_PUBLIC_SHARED_API_PATH (basis backend). .gitignore now ignores
only *.local overrides.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-06 18:44:28 +08:00

6 lines
230 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.

# base url部署子路径无则留空
NEXT_PUBLIC_BASE_PATH=""
# 公共服务接口地址(后端 basis 服务:登录 / 验证码 / 租户列表都走这里)
NEXT_PUBLIC_SHARED_API_PATH="http://172.16.115.31:6610/"