This website works better with JavaScript
Home
Explore
Help
Sign In
kirkleon
/
terrassumptions
Watch
1
Star
0
Fork
0
Files
Issues
2
Pull Requests
0
Wiki
Tree:
a075a13593
Branches
Tags
master
v2
terrassumpti...
/
server
/
gunicorn.conf.py
gunicorn.conf.py
75 B
History
Raw
1
2
3
4
5
workers = 1
threads = 4
worker_tmp_dir = "/dev/shm"
bind = "0.0.0.0:5000"