后端开发完成

This commit is contained in:
Your Name
2026-01-26 18:21:34 +08:00
parent 40d2f3f6ac
commit b3876bba89
64 changed files with 1736 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# 数据库配置
DATABASE_URL="sqlite:///./test.db"
# JWT配置
SECRET_KEY="your-secret-key-here-change-in-production"
ALGORITHM="HS256"
ACCESS_TOKEN_EXPIRE_MINUTES=30
# 应用配置
APP_NAME="Project Management API"
DEBUG=True
PORT=8000
# 日志配置
LOG_LEVEL="info"