Protect some variables.
This commit is contained in:
parent
f0335a4140
commit
c8f2f77064
|
@ -111,7 +111,7 @@ proxy:
|
|||
{% if app.environment is defined %}
|
||||
container-env:
|
||||
{% for env in app.environment %}
|
||||
{{ env.name }}: {{ env.value }}
|
||||
{{ env.name }}: "{{ env.value }}"
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
|
@ -150,7 +150,7 @@ management:
|
|||
{% if shinyproxy_version is version_compare('2.6.0', '>=') %}
|
||||
spring:
|
||||
application:
|
||||
name: {{ shinyproxy_spring_name }}
|
||||
name: "{{ shinyproxy_spring_name }}"
|
||||
{% endif %}
|
||||
|
||||
logging:
|
||||
|
|
Loading…
Reference in New Issue