feat: expose optional API docs through frontend ingress (#416)

This commit is contained in:
Daniel Volz
2026-03-11 10:03:34 +01:00
committed by GitHub
parent 75196e5fa8
commit dd8ddb64e6
3 changed files with 50 additions and 4 deletions
+2 -1
View File
@@ -31,9 +31,10 @@ LOG_LEVEL=warn
# API documentation UI + OpenAPI JSON
# Default behavior: enabled outside production, disabled in production
# When enabled, docs are available on /docs and /docs/json.
# Recommended:
# development/staging: OPENAPI_DOCS_ENABLED=true
# production: OPENAPI_DOCS_ENABLED=false
# production: leave unset, or set OPENAPI_DOCS_ENABLED=false
# OPENAPI_DOCS_ENABLED=true
# Timezone for scheduled reminders (e.g., Europe/Berlin, America/New_York)