From b25593550cdad98840cba7a6a26571eefb655628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20=C4=86ori=C4=87?= Date: Wed, 22 Jan 2025 15:20:25 +0100 Subject: [PATCH] Restored values in envconfig --- web/src/assets/config/envconfig.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/assets/config/envconfig.json b/web/src/assets/config/envconfig.json index 159fb01..f12a50e 100644 --- a/web/src/assets/config/envconfig.json +++ b/web/src/assets/config/envconfig.json @@ -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" -} \ No newline at end of file + "yunikornApiURL": "http://localhost:30001", + "uhsApiURL": "http://localhost:8989" +}