Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
portal-apps-manage
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
portal-apps-manage
Commits
8d254c4e
Commit
8d254c4e
authored
Aug 07, 2025
by
sawit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set maximum
parent
b09aa89f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
angular.json
angular.json
+4
-4
environment.prod.ts
src/environments/environment.prod.ts
+3
-0
No files found.
angular.json
View file @
8d254c4e
...
...
@@ -72,13 +72,13 @@
"budgets"
:
[
{
"type"
:
"initial"
,
"maximumWarning"
:
"
5
mb"
,
"maximumError"
:
"
5
mb"
"maximumWarning"
:
"
10
mb"
,
"maximumError"
:
"
10
mb"
},
{
"type"
:
"anyComponentStyle"
,
"maximumWarning"
:
"
5
mb"
,
"maximumError"
:
"
5
mb"
"maximumWarning"
:
"
10
mb"
,
"maximumError"
:
"
10
mb"
}
],
"fileReplacements"
:
[
...
...
src/environments/environment.prod.ts
View file @
8d254c4e
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'
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment