chore: Disable Swagger UI by default in docker samples (#29723)

This commit is contained in:
-LAN-
2025-12-16 15:01:51 +08:00
committed by GitHub
parent 240e1d155a
commit e5cf0d0bf6
2 changed files with 2 additions and 2 deletions

View File

@@ -1421,7 +1421,7 @@ QUEUE_MONITOR_ALERT_EMAILS=
QUEUE_MONITOR_INTERVAL=30
# Swagger UI configuration
SWAGGER_UI_ENABLED=true
SWAGGER_UI_ENABLED=false
SWAGGER_UI_PATH=/swagger-ui.html
# Whether to encrypt dataset IDs when exporting DSL files (default: true)