Compare commits

...

3 Commits

Author SHA1 Message Date
Manuel Aranda Rosales 25d6da01fc refs #1288. Change folder name
testing/ogcore-api/pipeline/pr-main Build queued... Details
testing/ogcore-api/pipeline/head Something is wrong with the build of this commit Details
2025-01-15 13:24:43 +01:00
Manuel Aranda Rosales 9677cb7b46 Added OG_LOG_IP env var
testing/ogcore-api/pipeline/head This commit looks good Details
testing/ogcore-api/pipeline/tag This commit looks good Details
2025-01-14 13:14:24 +01:00
Manuel Aranda Rosales a8d22cfac0 Merge pull request 'develop' (#18) from develop into main
testing/ogcore-api/pipeline/head This commit looks good Details
testing/ogcore-api/pipeline/tag There was a failure building this commit Details
Reviewed-on: #18
2025-01-13 15:24:08 +01:00
3 changed files with 4 additions and 3 deletions

View File

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

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -152,7 +152,7 @@
<body>
<!-- Barra de navegación superior -->
<div class="navbar">
<img src="{{ asset('images/img.png') }}" alt="Logo">
<img src="{{ asset('assets/img.png') }}" alt="Logo">
</div>
<div class="container">