Flask app with Clean Architecture (core/infra), RSS feed parsing, avatar resolution from social.org files, Docker + Nginx setup.
6 lines
120 B
Plaintext
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
|