Commit 53d4498f by chamath

UAT environment file added.

parent 55c76d4f
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
"qa_mc": "environments/environment.qa_mc.ts", "qa_mc": "environments/environment.qa_mc.ts",
"uat": "environments/environment.uat.ts", "uat": "environments/environment.uat.ts",
"uat_matchd": "environments/environment.uat_matchd.ts", "uat_matchd": "environments/environment.uat_matchd.ts",
"uat_mc": "environments/environment.uat_mc.ts",
"production": "environments/environment.prod.ts", "production": "environments/environment.prod.ts",
"docker": "environments/environment.docker.ts" "docker": "environments/environment.docker.ts"
} }
......
export const environment = {
production: false,
baseUrl: '/matchd/',
envName: 'UAT',
gtmKey: 'GTM-M6M4SW6'
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment