Commit 64e7ad44 by Jay

uat environment file.

parent b0acc222
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
"dev": "environments/environment.ts", "dev": "environments/environment.ts",
"qa_matchd": "environments/environment.qa_matchd.ts", "qa_matchd": "environments/environment.qa_matchd.ts",
"uat": "environments/environment.uat.ts", "uat": "environments/environment.uat.ts",
"uat_matchd": "environments/environment.uat_matchd.ts",
"production": "environments/environment.prod.ts" "production": "environments/environment.prod.ts"
} }
} }
......
export const environment = {
production: false,
baseUrl: '/matchd/',
envName: 'UAT'
};
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