build(frontend): 添加不同环境的环境变量配置文件

添加开发、预发和生产环境的环境变量配置文件,包含端口、代理路径和API基地址等配置项
This commit is contained in:
2025-08-28 20:59:00 +08:00
parent 410f54a65e
commit 7c7adfe71a
11 changed files with 74 additions and 23 deletions

View File

@ -1,7 +1,7 @@
RUST_LOG=info,udmin=debug
APP_ENV=development
APP_HOST=0.0.0.0
APP_PORT=8080
APP_PORT=9898
DB_URL=mysql://root:123456@127.0.0.1:3306/udmin
JWT_SECRET=dev_secret_change_me
JWT_ISS=udmin