mirror of
https://github.com/sotam0316/brain_dogfood.git
synced 2026-04-24 19:48:35 +09:00
Initial Global Release v1.0 (Localization & Security Hardening)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# 뇌사료(Brain Dogfood) Environment Variables Template
|
||||
|
||||
# Flask Security
|
||||
SECRET_KEY=your_super_secret_key_here
|
||||
SESSION_LIFETIME_DAYS=30
|
||||
|
||||
# Authentication
|
||||
ADMIN_USERNAME=admin
|
||||
ADMIN_PASSWORD=admin
|
||||
|
||||
# AI Features (Optional)
|
||||
GEMINI_API_KEY=your_google_gemini_api_key_here
|
||||
GEMINI_MODEL=gemini-1.5-flash
|
||||
Reference in New Issue
Block a user