“shubhamdhamal” commited on
Commit
4e0a43b
·
1 Parent(s): e7ac0a2

Fix .env: add real SECRET_KEY and production settings

Browse files
Files changed (1) hide show
  1. .env +5 -5
.env CHANGED
@@ -38,12 +38,12 @@ DEFAULT_MODEL=mistralai/mistral-7b-instruct
38
 
39
  # Development environment settings
40
  FLASK_APP=run.py
41
- FLASK_ENV=development
42
- FLASK_SECRET_KEY=your-secret-key-change-in-production
43
- DEBUG=True
44
 
45
- # Port (Render will set this automatically)
46
- PORT=5000
47
 
48
  # ========================================
49
  # Database Configuration
 
38
 
39
  # Development environment settings
40
  FLASK_APP=run.py
41
+ FLASK_ENV=production
42
+ SECRET_KEY=3896abde1b46319d5345eaafce1385dce0c1dfbf8589daefb245ebbe45576d0c
43
+ DEBUG=False
44
 
45
+ # Port (HF Spaces uses 7860)
46
+ PORT=7860
47
 
48
  # ========================================
49
  # Database Configuration