Spaces:
Sleeping
Sleeping
Update .env.example
Browse files- .env.example +6 -1
.env.example
CHANGED
|
@@ -1,6 +1,11 @@
|
|
| 1 |
# Backend config
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
| 3 |
JWT_SECRET=your_super_secret_key_here
|
| 4 |
JWT_EXPIRES_MINUTES=60
|
|
|
|
|
|
|
| 5 |
APP_NAME=CHB App
|
| 6 |
CORS_ORIGINS=*
|
|
|
|
| 1 |
# Backend config
|
| 2 |
+
# Use a relative path so it works both locally and on Hugging Face
|
| 3 |
+
DATABASE_URL=sqlite:///./backend/app.db
|
| 4 |
+
|
| 5 |
+
# Security
|
| 6 |
JWT_SECRET=your_super_secret_key_here
|
| 7 |
JWT_EXPIRES_MINUTES=60
|
| 8 |
+
|
| 9 |
+
# App settings
|
| 10 |
APP_NAME=CHB App
|
| 11 |
CORS_ORIGINS=*
|