# Yarnl Configuration # Copy this file to .env and customize as needed # All values shown are defaults — only set what you want to change # Database POSTGRES_HOST=postgres POSTGRES_PORT=5432 POSTGRES_DB=yarnl POSTGRES_USER=yarnl POSTGRES_PASSWORD=yarnl # Admin Account # Username for the initial admin user (created on first run) ADMIN_USERNAME=admin # Leave empty for passwordless login, or set a password ADMIN_PASSWORD= # App # Port to expose on the host PORT=3000 # Timezone for scheduled backups (e.g., America/New_York, Europe/London) TZ=UTC # SSO Recovery # Set to true to force local login when OIDC/SSO is misconfigured # FORCE_LOCAL_LOGIN=true