docs(configs.md): add disable swagger ui env tutorial to docs
This commit is contained in:
parent
33964233a5
commit
abe8d7c921
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user