Skip to content

Commit 1f4c192

Browse files
committed
Prepare stepup-middleware renewal
1 parent c4ce297 commit 1f4c192

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

roles/stepupmiddleware/templates/parameters.yaml.j2

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
parameters:
2+
{% if 'docker' in group_names %}
3+
app_env: prod
4+
app_debug: false
5+
app_secret: {{ middleware_secret }}
6+
{% endif %}
27
# Name of the application, used in lifecycle API
38
application_name: "{{ lifecycle_application_name }}"
49
trusted_proxies: [ {{ engine_trusted_proxy_ips|join(',') }} ]

0 commit comments

Comments
 (0)