docs(configs.md): add disable swagger ui env tutorial to docs

This commit is contained in:
Krrish Dholakia 2024-03-21 17:16:52 -07:00
parent 33964233a5
commit abe8d7c921

View file

@ -558,6 +558,16 @@ curl --location 'http://0.0.0.0:4000/chat/completions' \
}'
```
## Disable Swagger UI
To disable the Swagger docs from the base url, set
```env
NO_DOCS="True"
```
in your environment, and restart the proxy.
## Configure DB Pool Limits + Connection Timeouts