From 0ace220ff61835c923974005fa865e30c07120ee Mon Sep 17 00:00:00 2001 From: Manuel Aranda Date: Fri, 15 Nov 2024 14:27:07 +0100 Subject: [PATCH] refs #1154. Added env.json --- env.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 env.json diff --git a/env.json b/env.json new file mode 100644 index 0000000..1a246ee --- /dev/null +++ b/env.json @@ -0,0 +1,10 @@ +{ + "vars": { + "OG_BOOT_API_URL": "http:\/\/192.168.18.48", + "OG_DHCP_API_URL": "http:\/\/192.168.18.48:81", + "UDS_AUTH_LOGIN": "Usuarios locales", + "UDS_AUTH_USERNAME": "natiqindel", + "UDS_AUTH_PASSWORD": "correct horse battery staple", + "UDS_URL": "https:\/\/localhost:8087\/uds\/rest\/" + } +} \ No newline at end of file