Files
org-social-web-reading/.env.example
Andros Fenollosa 31429b348c Initial commit: public timeline viewer for Org Social
Flask app with Clean Architecture (core/infra), RSS feed parsing,
avatar resolution from social.org files, Docker + Nginx setup.
2026-03-09 11:20:12 +01:00

6 lines
120 B
Plaintext

FLASK_ENV=production
FLASK_DEBUG=False
RSS_URL=http://relay.org-social.org/rss.xml
CACHE_TIMEOUT=300
EXTERNAL_PORT=8080