Initial commit
This commit is contained in:
commit
279b26964a
5 changed files with 68 additions and 0 deletions
5
templates/gunicorn.conf.py.j2
Normal file
5
templates/gunicorn.conf.py.j2
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{% for key, value in netbox_gunicorn_config.items() %}
|
||||
{{ key }} = {{ value.__repr__() }}
|
||||
{% endfor %}
|
||||
|
||||
{{ netbox_gunicorn_config_raw }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue