chore: 更新环境变量和前端文本内容

修改后端端口号和JWT密钥配置
更新前端标题和品牌名称为"道友"
调整前端环境变量配置
This commit is contained in:
2025-08-28 23:08:20 +08:00
parent 8dde600d28
commit f05eb0aeab
6 changed files with 19 additions and 6 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=please_change_me
JWT_ISS=udmin

View File

@ -3,7 +3,7 @@ APP_ENV=prod
APP_HOST=0.0.0.0
APP_PORT=9898
DB_URL=mysql://root:109ysy!@149.104.0.182:3306/udmin
JWT_SECRET=dev_secret_change_me
JWT_SECRET=prod_secret_change_me
JWT_ISS=udmin
JWT_ACCESS_EXP_SECS=1800
JWT_REFRESH_EXP_SECS=1209600