File tree Expand file tree Collapse file tree
environments/template/group_vars Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,9 +44,7 @@ profile_version: "3.1.4"
4444teams_gui_version : " 9.1.3"
4545teams_server_version : " 9.1.3"
4646voot_version : " 6.2.0"
47- myconext_server_version : " 6.0.2"
48- myconext_gui_version : " 6.0.2"
49- account_gui_version : " 6.0.2"
47+ myconext_version : " 8.1.12-1"
5048dashboard_server_version : " 12.3.4"
5149dashboard_gui_version : " 12.3.4"
5250invite_server_version : " 0.0.2-SNAPSHOT"
@@ -306,6 +304,12 @@ myconext:
306304 - { name: "terms_of_service" , url: "https://example.org/x/LozaAQ"}
307305 - { name: "voorwaarden" , url: "https://example.org/x/HYzaAQ"}
308306 geo_location_ external_url : " https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key={license_key}&suffix=tar.gz"
307+ email :
308+ from_deprovisioning : MyConext <noreply+deprovisioning@{{ myconext_base_domain }}>
309+ from_code : MyConext <noreply@{{ myconext_base_domain }}>
310+ from_app_nudge : MyConext <noreply+appnudge@{{ myconext_base_domain }}>
311+ from_new_device : MyConext <noreply+newdevice@{{ myconext_base_domain }}>
312+
309313
310314monitoring_tests :
311315 metadata_sp_url : " {{ monitoring_tests_metadata_sp_url }}"
Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ springdoc:
3737 enabled: true
3838
3939email:
40- from_deprovisioning: < noreply +deprovisioning@ {{ myconext_base_domain }} >
41- from_code: eduID < noreply @ {{ myconext_base_domain }} >
42- from_app_nudge: < noreply +appnudge@ {{ myconext_base_domain }} >
43- from_new_device: < noreply +newdevice@ {{ myconext_base_domain }} >
40+ from_deprovisioning: " {{ myconext.email.from_deprovisioning }}"
41+ from_code: " {{ myconext.email.from_code }}"
42+ from_app_nudge: " {{ myconext.email.from_deprovisioning }}"
43+ from_new_device: " {{ myconext.email.from_deprovisioning }}"
4444 error: {{ error_mail_to }}
4545 magic-link-url: https://login.{{ myconext_base_domain }}/saml/guest-idp/magic
4646 my-surfconext-url: https://mijn.{{ myconext_base_domain }}
You can’t perform that action at this time.
0 commit comments