Updated env.json data
ogcore-debian-package/pipeline/head This commit looks good Details

develop
Manuel Aranda Rosales 2025-06-05 09:47:28 +02:00
parent 150b437656
commit 925a486379
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{
"vars": {
"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",
@ -8,7 +7,7 @@
"UDS_AUTH_USERNAME": "test",
"UDS_AUTH_PASSWORD": "test",
"UDS_URL": "https:\/\/localhost:8087\/uds\/rest\/",
"SSL_ENABLED": "true",
"SSL_ENABLED": "false",
"OG_BOOT_IP": "127.0.0.1",
"OG_BOOT_API_PORT": "8082",
"OG_BOOT_PXE_PORT": "8085"