Spaces:
Sleeping
Sleeping
“shubhamdhamal” commited on
Commit ·
4e0a43b
1
Parent(s): e7ac0a2
Fix .env: add real SECRET_KEY and production settings
Browse files
.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=
|
| 42 |
-
|
| 43 |
-
DEBUG=
|
| 44 |
|
| 45 |
-
# Port (
|
| 46 |
-
PORT=
|
| 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
|