chore: split dev and production deployment env

This commit is contained in:
湛兮
2026-06-05 12:32:16 +08:00
parent 25c3c3e5c0
commit 6953f48344
8 changed files with 342 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
ACCESS_MANAGE_API_BASE_URL=http://127.0.0.1:3500/api
ROLE_USER_SESSION_COOKIE=role_user_session
APP_ENV=production
APP_ENV_LABEL=生产环境
PORT=3210
HOSTNAME=0.0.0.0