# Database Configuration MONGO_URL="mongodb://user:password@host:port/database?authSource=admin" # Authentication Secrets (runtime only - not embedded in build) AUTHENTIK_ID="your-authentik-client-id" AUTHENTIK_SECRET="your-authentik-client-secret" # Static Configuration (embedded in build - OK to be public) AUTHENTIK_ISSUER="https://sso.example.com/application/o/your-app/" # File Storage IMAGE_DIR="/path/to/static/files" # Optional: Development Settings # DEV_DISABLE_AUTH="true" # ORIGIN="http://127.0.0.1:3000" # Optional: Additional Configuration # BEARER_TOKEN="your-bearer-token" # COOKIE_SECRET="your-cookie-secret" # PEPPER="your-pepper-value" # ALLOW_REGISTRATION="1" # AUTH_SECRET="your-auth-secret" # USDA_API_KEY="your-usda-api-key"