api: support to config disabling Swagger UI in api service (#24440)
This commit is contained in:
parent
47f480c0dc
commit
6e674b511a
6 changed files with 34 additions and 5 deletions
|
|
@ -564,3 +564,7 @@ QUEUE_MONITOR_THRESHOLD=200
|
|||
QUEUE_MONITOR_ALERT_EMAILS=
|
||||
# Monitor interval in minutes, default is 30 minutes
|
||||
QUEUE_MONITOR_INTERVAL=30
|
||||
|
||||
# Swagger UI configuration
|
||||
SWAGGER_UI_ENABLED=true
|
||||
SWAGGER_UI_PATH=/swagger-ui.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue