mirror of
https://github.com/handsomezhuzhu/QQuiz.git
synced 2026-02-20 12:00:14 +00:00
Document secure secrets and prune unused assets
This commit is contained in:
@@ -7,8 +7,11 @@ DATABASE_URL=sqlite+aiosqlite:///./qquiz.db
|
||||
# For Local: mysql+aiomysql://qquiz:qquiz_password@localhost:3306/qquiz_db
|
||||
# DATABASE_URL=mysql+aiomysql://qquiz:qquiz_password@localhost:3306/qquiz_db
|
||||
|
||||
# JWT Secret (Please change this in production!)
|
||||
SECRET_KEY=your-super-secret-key-change-in-production-minimum-32-characters
|
||||
# JWT Secret (must be at least 32 characters; generate randomly for production)
|
||||
SECRET_KEY=
|
||||
|
||||
# Default admin password (must be at least 12 characters; generate randomly for production)
|
||||
ADMIN_PASSWORD=
|
||||
|
||||
# AI Provider Configuration
|
||||
AI_PROVIDER=gemini
|
||||
|
||||
Reference in New Issue
Block a user