We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4ce297 commit 1f4c192Copy full SHA for 1f4c192
roles/stepupmiddleware/templates/parameters.yaml.j2
@@ -1,4 +1,9 @@
1
parameters:
2
+{% if 'docker' in group_names %}
3
+ app_env: prod
4
+ app_debug: false
5
+ app_secret: {{ middleware_secret }}
6
+{% endif %}
7
# Name of the application, used in lifecycle API
8
application_name: "{{ lifecycle_application_name }}"
9
trusted_proxies: [ {{ engine_trusted_proxy_ips|join(',') }} ]
0 commit comments