summaryrefslogtreecommitdiff
blob: 4cb7111fac447cf9c4826c31a8c5091df4229ce6 (plain)
1
2
3
4
5
command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '127.0.0.1:8001'
workers = 3
user = 'netbox'