From d7ef654aef69b529f0dac8aec5f284d8b6d8c92d Mon Sep 17 00:00:00 2001 From: minottic Date: Wed, 20 Nov 2024 15:34:05 +0100 Subject: [PATCH] Add env variable for be v4.7 tests --- services/backend/services/v4/config/.dev.env | 1 + 1 file changed, 1 insertion(+) diff --git a/services/backend/services/v4/config/.dev.env b/services/backend/services/v4/config/.dev.env index 36ae3fd1..c2faf9bd 100644 --- a/services/backend/services/v4/config/.dev.env +++ b/services/backend/services/v4/config/.dev.env @@ -9,3 +9,4 @@ DATASET_CREATION_VALIDATION_ENABLED=true DATASET_CREATION_VALIDATION_REGEX=^scicatlive_testing/[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$ PID_PREFIX=scicatlive_testing SITE=PSI +PROPOSAL_TYPES_FILE=proposalTypes.example.json