diff options
Diffstat (limited to 'custom/conf')
-rw-r--r-- | custom/conf/app.ini.sample | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/custom/conf/app.ini.sample b/custom/conf/app.ini.sample index 57fa5ec3d7..7876f0a7b6 100644 --- a/custom/conf/app.ini.sample +++ b/custom/conf/app.ini.sample @@ -553,6 +553,8 @@ DEFAULT_INTERVAL = 8h MIN_INTERVAL = 10m [api] +; Enables /api/swagger, /api/v1/swagger etc. endpoints. True or false; default is true. +ENABLE_SWAGGER_ENDPOINT = true ; Max number of items will response in a page MAX_RESPONSE_ITEMS = 50 |