# Single-user gate. Set a real password before exposing this publicly. PARTS_PASSWORD=change-me # Signing key for the session cookie. Generate: openssl rand -hex 32 PARTS_SECRET=change-me-too # Session lifetime in days. PARTS_SESSION_DAYS=30 # Set to "off" to disable the login gate entirely (LAN-only use). PARTS_AUTH=on # SQLite path. The container image already defaults this to /data/parts.db. PARTS_DB=/data/parts.db