From 81acd885ddf77f95a0bf842a3106f85151fca1b0 Mon Sep 17 00:00:00 2001 From: Carlos Cruz Date: Tue, 1 Mar 2022 12:09:05 +0000 Subject: [PATCH] feat: add configGoogleTagManagerID --- public/config.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/config.template b/public/config.template index 9e05b1ac..1d37bdcf 100644 --- a/public/config.template +++ b/public/config.template @@ -1,2 +1,3 @@ // DevOps context -var configApiUrl = DEVOPS_CONTEXT_GENETICS_APP_CONFIG_API_URL \ No newline at end of file +var configApiUrl = DEVOPS_CONTEXT_GENETICS_APP_CONFIG_API_URL +var configGoogleTagManagerID = DEVOPS_CONTEXT_GENETICS_APP_CONFIG_GOOGLE_TAG_MANAGER_ID \ No newline at end of file