From f3e974b688a684cc1aee7405ae9022144f2dcca9 Mon Sep 17 00:00:00 2001 From: Steve Laing Date: Wed, 8 Jul 2026 15:18:25 +0100 Subject: [PATCH] Add ENVIRONMENT environment variable Feels like this should have been the first one we did. --- scripts/bash/deploy_arc_ring.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bash/deploy_arc_ring.sh b/scripts/bash/deploy_arc_ring.sh index 0b27be80..0b7612a6 100755 --- a/scripts/bash/deploy_arc_ring.sh +++ b/scripts/bash/deploy_arc_ring.sh @@ -81,6 +81,7 @@ AZURE_RELAY_HYBRID_CONNECTION=hc-${MACHINE} CLOUD_API_ENDPOINT=${CLOUD_API_ENDPOINT} CLOUD_API_RESOURCE=${CLOUD_API_RESOURCE} APPLICATIONINSIGHTS_CONNECTION_STRING=${APPLICATIONINSIGHTS_CONNECTION_STRING} +ENVIRONMENT=${ENVIRONMENT} MWL_AET=RUBIE_MWL_${API_ENVIRONMENT} MWL_PORT=104 MWL_DB_PATH=${BASE_PATH}/data/worklist.db