Missing indentation in the configuration.

This commit is contained in:
Andrea Dell'Amico 2020-10-07 19:34:22 +02:00
parent c55433e081
commit 21a9a631df
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ proxy:
{% else %}
bind-address: {{ shinyproxy_bind_address }}
{% endif %}
port: {{ shinyproxy_http_port }}
port: {{ shinyproxy_http_port }}
hide-navbar: {{ shinyproxy_hide_navbar }}
{% if shinyproxy_custom_template %}
template-path: {{ shinyproxy_template_path }}