Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2022-01-08 19:33:52 +01:00
parent fab98c012b
commit e019d51acd
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ proxy:
{% if shinyproxy_version is version_compare('2.6.0', '>=') %}
stop-on-logout: {{ app.stop_on_logout | default('true') }}
max-lifetime: {{ app.max-lifetime | default(shinyproxy_default_proxy_max_lifetime) }}
max-lifetime: {{ app.max_lifetime | default(shinyproxy_default_proxy_max_lifetime) }}
{% endif %}