Dynamically load configuration files

This commit is contained in:
Christian Mäder 2020-10-18 02:34:45 +02:00
parent fd3d3d11d1
commit 43c05d816d
5 changed files with 117 additions and 14 deletions

View file

@ -1,8 +0,0 @@
command = '/usr/bin/gunicorn'
pythonpath = '/opt/netbox/netbox'
bind = '0.0.0.0:8001'
workers = 3
errorlog = '-'
accesslog = '-'
capture_output = False
loglevel = 'debug'