1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
checktheroads-hyperglass/hyperglass/gunicorn_config.py.example

9 lines
200 B
Plaintext
Raw Normal View History

2019-05-11 23:22:27 -07:00
import multiprocessing
command = "/usr/local/bin/gunicorn"
pythonpath = "/opt/hyperglass/hyperglass"
bind = "[::1]:8001"
2019-05-11 23:28:13 -07:00
workers = 1 # multiprocessing.cpu_count() * 2
2019-05-11 23:22:27 -07:00
user = "www-data"
2019-05-11 23:28:13 -07:00
timeout = 60