Merge pull request #262 from Spredzy/extra_settings

Extra Settings: Allow one to pass extra API configuration settings.
This commit is contained in:
Shane McDonald
2021-04-30 10:01:47 -04:00
committed by GitHub
6 changed files with 49 additions and 0 deletions

View File

@@ -89,6 +89,10 @@ data:
BROADCAST_WEBSOCKET_PORT = 8052
BROADCAST_WEBSOCKET_PROTOCOL = 'http'
{% for item in extra_settings | default([]) %}
{{ item.setting }} = {{ item.value }}
{% endfor %}
nginx_conf: |
worker_processes 1;
pid /tmp/nginx.pid;