2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Gunicorn options (#4192)

* Add option for controlling gunicorn timeout

* Adds gunicorn timeout as docker env variable
This commit is contained in:
Oliver
2023-01-10 07:53:57 +11:00
committed by GitHub
parent ac92471dcb
commit ee2290da28
2 changed files with 8 additions and 0 deletions

View File

@ -41,6 +41,9 @@ INVENTREE_DB_PORT=5432
#INVENTREE_CACHE_HOST=inventree-cache
#INVENTREE_CACHE_PORT=6379
# Options for gunicorn server
INVENTREE_GUNICORN_TIMEOUT=30
# Enable custom plugins?
INVENTREE_PLUGINS_ENABLED=False