Compare commits
No commits in common. "25d6da01fcc4dbf05f8589c938a2873fd848605a" and "74cb26d7051deb6316860a02d99955683fd7fba4" have entirely different histories.
25d6da01fc
...
74cb26d705
5
env.json
5
env.json
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"vars": {
|
||||
"OG_BOOT_API_URL": "192.168.68.60:8082",
|
||||
"OG_DHCP_API_URL": "192.168.68.60:8081",
|
||||
"OG_BOOT_API_URL": "192.168.68.58",
|
||||
"OG_DHCP_API_URL": "192.168.68.58:81",
|
||||
"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",
|
||||
|
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
|
@ -152,7 +152,7 @@
|
|||
<body>
|
||||
<!-- Barra de navegación superior -->
|
||||
<div class="navbar">
|
||||
<img src="{{ asset('assets/img.png') }}" alt="Logo">
|
||||
<img src="{{ asset('images/img.png') }}" alt="Logo">
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in New Issue