aports/testing/netbox/gunicorn_config.py
Leonardo Arena cd5dd02c13 testing/netbox: new aport
IP address management (IPAM) and data center infrastructure management (DCIM) tool
2018-01-04 15:25:32 +00:00

6 lines
123 B
Python

command = '/usr/bin/gunicorn'
pythonpath = '/usr/share/webapps/netbox'
bind = '127.0.0.1:8001'
workers = 3
user = 'netbox'