Commit 8d254c4e by sawit

set maximum

parent b09aa89f
......@@ -72,13 +72,13 @@
"budgets": [
{
"type": "initial",
"maximumWarning": "5mb",
"maximumError": "5mb"
"maximumWarning": "10mb",
"maximumError": "10mb"
},
{
"type": "anyComponentStyle",
"maximumWarning": "5mb",
"maximumError": "5mb"
"maximumWarning": "10mb",
"maximumError": "10mb"
}
],
"fileReplacements": [
......
export const environment = {
production: true,
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'
}
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