forked from phoenix/litellm-mirror
docs(configs.md): add disable swagger ui env tutorial to docs
This commit is contained in:
parent
33964233a5
commit
abe8d7c921
1 changed files with 10 additions and 0 deletions
|
@ -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
|
## Configure DB Pool Limits + Connection Timeouts
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue