From 07b5896486359406f3e18f32af4927f6fdd786dc Mon Sep 17 00:00:00 2001 From: Roman Barbun Date: Tue, 29 Jul 2025 20:34:34 +1000 Subject: [PATCH] Added SimpleSAMLphp configuration for technical contact email. --- .docker/config/simplesaml/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/config/simplesaml/config/config.php b/.docker/config/simplesaml/config/config.php index a6cd14642..3a204e260 100644 --- a/.docker/config/simplesaml/config/config.php +++ b/.docker/config/simplesaml/config/config.php @@ -127,7 +127,7 @@ * also as the technical contact in generated metadata. */ 'technicalcontact_name' => 'Administrator', - 'technicalcontact_email' => 'govhosting@finance.gov.au', + 'technicalcontact_email' => getenv('GOVCMS_SIMPLESAML_CONTACT') ?: 'govhosting@finance.gov.au', /* * (Optional) The method by which email is delivered. Defaults to mail which utilizes the