Skip to content

Commit

Permalink
Updated default value in envconfig, and envconfig.example
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoric committed Jan 22, 2025
1 parent b255935 commit b1b4bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions web/src/assets/config/envconfig.example.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"production": false,
"localUhsComponentsWebAddress": "http://localhost:3100",
"externalLogsURL": "https://logs.example.com?token=abc123&applicationId=",
"yunikornApiURL": "http://localhost:30001",
Expand Down
1 change: 1 addition & 0 deletions web/src/assets/config/envconfig.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"production": false,
"localUhsComponentsWebAddress": "http://localhost:8989",
"externalLogsURL": "https://logs.example.com?token=abc123&applicationId=",
"yunikornApiURL": "http://localhost:30001",
Expand Down

0 comments on commit b1b4bce

Please sign in to comment.