feat: Gunicorn config and startup script
This commit is contained in:
5
gunicorn.conf.py
Normal file
5
gunicorn.conf.py
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
bind = "127.0.0.1:5000"
|
||||||
|
workers = 2
|
||||||
|
timeout = 30
|
||||||
|
accesslog = "-"
|
||||||
|
errorlog = "-"
|
||||||
Reference in New Issue
Block a user