# No required environment variables for development. # Service URLs (MEILI_URL, RSS_BRIDGE_URL, etc.) are set in compose.yaml. # # Optional overrides: # JWT_SECRET= (default: auto-generated and stored in DB) # LOG_LEVEL=debug (default: info) # TZ=Asia/Tokyo (default: UTC) # AUTH_DISABLED=1 (requires NODE_ENV=development; server will refuse to start otherwise) # SCORE_RECALC_SCHEDULE=0 3 * * * (default: */5 * * * *; set to daily if event-driven covers all actions) # VLLM_BASE_URL=http://host.docker.internal:8000 # # Production (compose.prod.yaml): # MEILI_MASTER_KEY= (required for production Meilisearch) # TUNNEL_TOKEN= (required for Cloudflare Tunnel) # DATA_DIR=$HOME/.oksskolten/data (default: ./data; set absolute path for prod) # TURSO_AUTH_TOKEN= (only if using Turso instead of local SQLite)