# Magpie — environment config # Copy to .env and fill in values. # Reddit credentials (for Playwright-based posting) REDDIT_USERNAME= REDDIT_PASSWORD= # Path to system Chrome binary (xvfb posting) CHROME_BIN=/usr/bin/google-chrome # API server API_HOST=0.0.0.0 API_PORT=8532 DEBUG=false # Database location (default: ~/.local/share/magpie/magpie.db) # DB_PATH=/path/to/magpie.db # Session file location (default: ~/.local/share/magpie/session.json) # REDDIT_SESSION_FILE=/path/to/session.json # APScheduler SCHEDULER_ENABLED=true