Add WORKER_TIMEOUT info to readme

This commit is contained in:
Rafi
2023-04-11 17:51:06 +08:00
parent 55279def0d
commit e9f554dc4e
3 changed files with 3 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ services:
environment:
- APP_DOMAIN=${APP_DOMAIN:-localhost:9000} # CSRF whitelistAdd the address of your chatgpt-ui-web-server here, default is localhost:9000
- SERVER_WORKERS=3 # Number of gunicorn workers, default is 3
- WORKER_TIMEOUT=180 # Worker timeout, default is 180s
#- DB_URL=postgres://postgres:postgrespw@localhost:49153/chatgpt # If this parameter is not set, the built-in Sqlite will be used by default. It should be noted that if you do not connect to an external database, the data will be lost after the container is destroyed.
#- OPENAI_API_PROXY=https://openai.proxy.com/v1 # Proxy for https://api.openai.com/v1
- DJANGO_SUPERUSER_USERNAME=admin # default superuser name