Commit f267a8cc by Ooh-Ao

environtment

parent ef38df71
...@@ -98,6 +98,12 @@ ...@@ -98,6 +98,12 @@
"maximumError": "6mb" "maximumError": "6mb"
} }
], ],
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"outputHashing": "all" "outputHashing": "all"
}, },
"development": { "development": {
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
// The list of file replacements can be found in `angular.json`. // The list of file replacements can be found in `angular.json`.
export const environment = { export const environment = {
production: false, production: false,
baseUrl: 'https://myskill-x-uat.myhr.co.th/api', baseUrl: 'https://myskill-x.myhr.co.th/api',
}; };
/* /*
......
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