初始化项目:基础设施 + 用户认证 + 后台管理系统 + AGPL 3.0 许可

This commit is contained in:
2026-05-26 13:46:33 +08:00
parent 1315df6501
commit 483fdd919f
56 changed files with 5804 additions and 40 deletions

5
.env.example Normal file
View File

@ -0,0 +1,5 @@
# 复制为 .env 后填入真实值
# .env 会覆盖 config.yaml 中的同名字段
DATABASE_PASSWORD=your_password_here
JWT_SECRET=generate-a-random-64-char-string-here