Add Flask-based application for collecting and archiving Mastodon posts from configured accounts. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
192 B
Text
8 lines
192 B
Text
# PostgreSQL Configuration
|
|
POSTGRES_PASSWORD=your_secure_password_here
|
|
|
|
# Flask Configuration
|
|
FLASK_SECRET_KEY=your_secure_secret_key_here
|
|
|
|
# Polling Configuration
|
|
POLL_INTERVAL_SECONDS=14400
|