Spaces:
Running
Running
| # Flask | |
| FLASK_ENV=production | |
| PORT=5050 | |
| HOST=0.0.0.0 | |
| LOG_LEVEL=INFO | |
| CORS_ORIGINS=* | |
| # Reddit (optional — only needed for Reddit source) | |
| REDDIT_CLIENT_ID=your_client_id | |
| REDDIT_CLIENT_SECRET=your_client_secret | |
| REDDIT_USER_AGENT=newsapp/1.0 | |
| # Daily refresh schedule (4 AM Tunisian time = UTC+1) | |
| REFRESH_HOUR=4 | |
| REFRESH_MINUTE=0 | |
| REFRESH_TIMEZONE=Africa/Tunis | |