From a782f6c2843be83f92a5ca47adcf75945c201af5 Mon Sep 17 00:00:00 2001 From: PAVEL PALMA Date: Fri, 29 Aug 2025 12:42:07 -0600 Subject: [PATCH] UPDATE DLP variables --- src/main/resources/application-dev.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index 72e5557..30cd2b6 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -63,5 +63,5 @@ messagefilter.prompt=prompts/message_filter_prompt.txt # ========================================================= # (DLP) Configuration # ========================================================= -google.cloud.dlp.dlpTemplateCompleteFlow=IMC_INSPECT_USC +google.cloud.dlp.dlpTemplateCompleteFlow=${DLP_TEMPLATE_COMPLETE_FLOW} google.cloud.dlp.dlpTemplatePersistFlow=IMC_INSPECT_NAME \ No newline at end of file