# Knoebels scraper environment configuration. # Copy to .env on the deploy host and fill in real values. # Never commit the real .env. # PostgreSQL connection (phlegethon by default) DB_HOST=192.168.88.9 DB_PORT=5432 DB_USER=kuhnobowls DB_PASSWORD= # Optional Discord webhook for notifications. # Leave empty/unset to skip Discord calls entirely. DISCORD_WEBHOOK= # Log path inside the container. Mapped to the knb_logs named volume by compose. LOG_PATH=/var/log/kuh-no-bowls/kuh-no-bowls.log