SwordArMor-gentoo-overlay/www-apps/netbox/files/gunicorn_config.py

6 lines
116 B
Python

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