# Database DATABASE_URL="postgresql://dragons:stash@localhost:5432/dragonsstash?schema=public" # Auth.js AUTH_SECRET="generate-with-openssl-rand-base64-32" AUTH_TRUST_HOST=true # GitHub OAuth (optional) AUTH_GITHUB_ID="" AUTH_GITHUB_SECRET="" # App NEXT_PUBLIC_APP_URL="http://localhost:3000" # Telegram integration (get from https://my.telegram.org/apps) TELEGRAM_API_ID="" TELEGRAM_API_HASH="" # Worker (only needed when running worker container) WORKER_INTERVAL_MINUTES=60 WORKER_TEMP_DIR="/tmp/zips" TDLIB_STATE_DIR="/data/tdlib" WORKER_MAX_ZIP_SIZE_MB=4096 LOG_LEVEL="info"