Spaces:
Sleeping
Sleeping
| # Backend config | |
| # Use a relative path so it works both locally and on Hugging Face | |
| DATABASE_URL=sqlite:////tmp/app.db | |
| # Security | |
| JWT_SECRET=your_super_secret_key_here | |
| JWT_EXPIRES_MINUTES=60 | |
| # App settings | |
| APP_NAME=CHB App | |
| CORS_ORIGINS=* | |