@@ -22,22 +22,8 @@ engine_feature_send_user_attributes: 0
2222engine_wayf_cutoff_point_for_showing_unfiltered_idps : 50
2323engine_wayf_show_remember_choice : false
2424
25- # # Engine installer specific variables.
26- engine_version_dir : " {{ engine_version | replace('/', '-') }}"
27- engine_branch_dir : " {{ openconext_builds_dir }}/OpenConext-engineblock-{{ engine_branch | replace('/', '-') }}"
28- engine_release_dir : " {{ openconext_releases_dir }}/OpenConext-engineblock-{{ engine_version_dir }}"
29- engine_build_path : " {{ openconext_builds_dir }}/OpenConext-engineblock-{{ engine_version_dir }}.tar.gz"
30- engine_download_url : " https://github.com/OpenConext/OpenConext-engineblock/releases/download/{{ engine_version }}/OpenConext-engineblock-{{ engine_version_dir }}.tar.gz"
31- engine_current_release_symlink : " {{ openconext_releases_dir }}/OpenConext-engineblock"
32-
33- engine_ipv4_address : " *"
34- # engine_ipv6_address:
35- engine_api_ipv4_address : " *"
36- # engine_api_ipv6_address:
37-
3825# Required for the Symfony routing.
3926engine_base_domain : " {{ base_domain }}"
40-
4127engine_domain : engine.{{ base_domain }}
4228
4329engine_debug : false
@@ -89,8 +75,6 @@ engine_stepup_gateway_loa3: "http://{{ engine_stepup_base_domain }}/assurance/lo
8975engine_stepup_gateway_sfo_entity_id : " https://{{ engine_stepup_gateway_domain }}/second-factor-only/metadata"
9076# The single sign-on endpoint used for Stepup Gateway SFO callouts
9177engine_stepup_gateway_sfo_sso_location : " https://{{ engine_stepup_gateway_domain }}/second-factor-only/single-sign-on"
92- # The public key from the Stepup Gateway IdP
93- engine_stepup_gateway_sfo_public_key_file : " {{ engine_keys.default.publicFile }}"
9478
9579# # The minimum priority of messages that will be logged
9680engine_logging_passthru_level : NOTICE
@@ -104,13 +88,12 @@ engine_idp_debugging_to_name: "{{ instance_name }} Admin"
10488engine_idp_debugging_email_address : " {{ support_email }}"
10589engine_idp_debugging_subject : " IdP debug info from %1$s"
10690
107- eb_support_url : " https://example.org"
108- eb_support_url_nameid : " https://example.org"
109- eb_tos_url : " https://example.org"
91+ engine_support_url : " https://example.org"
92+ engine_support_url_nameid : " https://example.org"
11093
11194engine_site_notice_show : false
11295
113- engineblock_log_attributes : []
96+ engine_log_attributes : []
11497
11598engine_php_memory : 256M
11699engine_docker_networks :
0 commit comments