From 9677cb7b469117c9cccc2efbb623f13ebb0b2e73 Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Tue, 14 Jan 2025 13:14:24 +0100 Subject: [PATCH] Added OG_LOG_IP env var --- env.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/env.json b/env.json index d5d8034..57901a2 100644 --- a/env.json +++ b/env.json @@ -1,8 +1,9 @@ { "vars": { - "OG_BOOT_API_URL": "192.168.68.58", - "OG_DHCP_API_URL": "192.168.68.58:81", + "OG_BOOT_API_URL": "192.168.68.60:8082", + "OG_DHCP_API_URL": "192.168.68.60:8081", "OG_CORE_IP": "192.168.68.62", + "OG_LOG_IP": "192.168.68.61", "UDS_AUTH_LOGIN": "Usuarios locales", "UDS_AUTH_USERNAME": "natiqindel", "UDS_AUTH_PASSWORD": "correct horse battery staple",