From 537a7e37590cbae68581cade5d29e46be8a991d8 Mon Sep 17 00:00:00 2001 From: Kharec Date: Wed, 6 May 2026 20:13:56 +0200 Subject: [PATCH] docs(.env.example): document SWAGGER_ENABLED for production Swagger --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index afc7df9..5002a0a 100644 --- a/.env.example +++ b/.env.example @@ -48,6 +48,9 @@ RATE_LIMIT_TRUST_PROXY=false # Set to: development, staging, or production GOYCO_ENV=development +# When GOYCO_ENV=production, set to true only if you intentionally want Swagger UI mounted (default: omitted/false hides it). +SWAGGER_ENABLED=false + # CORS Configuration (optional, comma-separated) # Example: CORS_ALLOWED_ORIGINS=https://example.com,https://www.example.com CORS_ALLOWED_ORIGINS=