搭建用户体系

This commit is contained in:
2026-07-03 23:40:33 +08:00
parent 37a9f865ed
commit 2df19fcd02
40 changed files with 2622 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 数据库配置
DB_USER=stock
DB_PASSWORD=stock
DB_NAME=stock
# JWT 密钥(生产环境请务必修改)
JWT_SECRET=change-me-in-production
JWT_EXPIRATION_HOURS=168
# 日志级别
RUST_LOG=info
# 端口
BACKEND_PORT=3019
FRONTEND_PORT=3018