Skip to content

Commit

Permalink
CMDCT-3288: Fix Tealium Environment Variable (#2047)
Browse files Browse the repository at this point in the history
  • Loading branch information
karla-vm authored Feb 12, 2024
1 parent f376264 commit b4299eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/ui-src/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
var nodeEnv = window._env_.STAGE;
var tealiumEnvMap = {
val: "qa",
production: "prod",
production: "production",
};
var tealiumEnv = tealiumEnvMap[nodeEnv] || "dev";
var tealiumUrl = `https://tags.tiqcdn.com/utag/cmsgov/cms-general/${tealiumEnv}/utag.sync.js`;
Expand Down

0 comments on commit b4299eb

Please sign in to comment.