Adjusted values in env.json
ogcore-debian-package/pipeline/head This commit looks good Details

tls
Nicolas Arenas 2025-05-14 06:35:39 +02:00
parent db216660bb
commit d04e727f02
1 changed files with 4 additions and 4 deletions

View File

@ -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",