Files
vapemap/app/gunicorn_config

8 lines
114 B
Python

#!python
from os import environ
from gevent import monkey
monkey.patch_all()
bind = "127.0.0.1:3322"
workers = 8