save code
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user