From d04e727f022a4e2940ece2e7a6cbe17c1b09f17d Mon Sep 17 00:00:00 2001 From: Nicolas Arenas Date: Wed, 14 May 2025 06:35:39 +0200 Subject: [PATCH] Adjusted values in env.json --- env.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/env.json b/env.json index a9b8660..a70eede 100644 --- a/env.json +++ b/env.json @@ -1,9 +1,9 @@ { "vars": { - "OG_BOOT_API_URL": "192.168.68.51:8082", - "OG_DHCP_API_URL": "192.168.68.51:8081", - "OG_CORE_IP": "192.168.68.62", - "OG_LOG_IP": "192.168.68.51", + "OG_BOOT_API_URL": "127.0.0.1:8082", + "OG_DHCP_API_URL": "127.0.0.1:8081", + "OG_CORE_IP": "127.0.0.1", + "OG_LOG_IP": "127.0.0.1", "UDS_AUTH_LOGIN": "test", "UDS_AUTH_USERNAME": "test", "UDS_AUTH_PASSWORD": "test",