Commit 8d254c4e by sawit

set maximum

parent b09aa89f
...@@ -72,13 +72,13 @@ ...@@ -72,13 +72,13 @@
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
"maximumWarning": "5mb", "maximumWarning": "10mb",
"maximumError": "5mb" "maximumError": "10mb"
}, },
{ {
"type": "anyComponentStyle", "type": "anyComponentStyle",
"maximumWarning": "5mb", "maximumWarning": "10mb",
"maximumError": "5mb" "maximumError": "10mb"
} }
], ],
"fileReplacements": [ "fileReplacements": [
......
export const environment = { export const environment = {
production: true, production: true,
baseUrl: window.location.origin + '/api', baseUrl: window.location.origin + '/api',
url: 'https://portal.myhr.co.th/api/',
jbossUrl: 'https://hrplus.myhr.co.th/hr', //add
portalFixedToken: 'eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJBdXRoIiwidWlkIjoiOGFhNDUzMzAtMzE0Yy0xMWU3LWJhZjMtMmQ3ZDA5ODc3NzQ0Iiwicm9sZSI6InVzZXIiLCJpc3MiOiJDb21wdXRlciBTY2llbmNlIENvcnBvcmF0aW9uIExpbWl0ZWQiLCJmdWxsTmFtZSI6InRlZXJhZGFjaCBrdWhhdGFuYXNhdGllbiIsIm1lbWJlcklkIjoiOGFhNDUzMzAtMzE0Yy0xMWU3LWJhZjMtMmQ3ZDA5ODc3NzQ0In0.FO7u8g7KfzkmZFTuuniBCEQxduPjcvzMbH7iug3DT90',
googleMapsApiKey: window.location.origin.includes("-uat") ? 'AIzaSyAZRyv6aSLDeNffbU7ObFolluUdvTMnA-Q' : 'AIzaSyCUlaZdILvqCw5WoVsHWYREPDBrCkOfv3I' googleMapsApiKey: window.location.origin.includes("-uat") ? 'AIzaSyAZRyv6aSLDeNffbU7ObFolluUdvTMnA-Q' : 'AIzaSyCUlaZdILvqCw5WoVsHWYREPDBrCkOfv3I'
} }
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