mastodon-collector/.env.example

9 lines
192 B
Text
Raw Permalink Normal View History

# PostgreSQL Configuration
POSTGRES_PASSWORD=your_secure_password_here
# Flask Configuration
FLASK_SECRET_KEY=your_secure_secret_key_here
# Polling Configuration
POLL_INTERVAL_SECONDS=14400