save code

This commit is contained in:
Your Name
2026-01-26 22:05:46 +08:00
parent b3876bba89
commit f90367ddcb
28 changed files with 10664 additions and 96 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# 数据库配置
DATABASE_URL="sqlite:///./test.db"
DATABASE_URL="mysql+pymysql://project_user:project_password@localhost:3306/project_management?charset=utf8mb4"
# JWT配置
SECRET_KEY="your-secret-key-here-change-in-production"