Skip to content

Commit

Permalink
Restored values in envconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoric committed Jan 22, 2025
1 parent 42bc827 commit b255935
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/src/assets/config/envconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"localUhsComponentsWebAddress": "http://127.0.0.1:8989",
"localUhsComponentsWebAddress": "http://localhost:8989",
"externalLogsURL": "https://logs.example.com?token=abc123&applicationId=",
"yunikornApiURL": "http://127.0.0.1:30001",
"uhsApiURL": "http://127.0.0.1:8989"
}
"yunikornApiURL": "http://localhost:30001",
"uhsApiURL": "http://localhost:8989"
}

0 comments on commit b255935

Please sign in to comment.