Lumen
Reference

Settings and environment

Generated process configuration names, types, defaults, and validation boundaries.

Settings are read by the typed Settings model. Secret values are intentionally omitted; use the environment's approved secret manager for production credentials.

Settings

Environment nameFieldTypeDefault behaviorValidation
DATABASE_APP_URLdatabase_app_urlstringLocal development connection (credentials omitted)
DATABASE_ADMIN_URLdatabase_admin_urlstringLocal development connection (credentials omitted)
ARTIFACT_ROOTartifact_rootstring.lumen-data/artifacts
PUBLIC_API_ORIGINpublic_api_originstring"http://127.0.0.1:8000"absolute HTTP(S) origin without a path, query, or fragment
DEVELOPMENT_BEARER_TOKENdevelopment_bearer_tokenstringNot displayed; supply through an approved secret store.
CORS_ORIGINScors_originsarray of stringhttp://127.0.0.1:5173, http://localhost:5173minimum items 1; absolute HTTP(S) origin without a path, query, or fragment

Unknown environment names are ignored by this model. Production startup and role-specific credential requirements are tightened as their owning deployable is introduced.

On this page