docs(.env.example): document SWAGGER_ENABLED for production Swagger
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user