Modificadas las variables de entorno en el bus-gateway

This commit is contained in:
Alejandro Gomez Auad 2026-05-05 16:03:10 +00:00
parent 14e0284cd9
commit 8c7525758e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
NODO_BASE_URL=localhost
NODO_URL_BASE=localhost
# Bus FHIR (base, usado como fallback si no se definen MPI_URL o DOCUMENT_REGISTRY_URL)
BUS_URL=http://bus-host:8080

View File

@ -24,7 +24,7 @@ const config = {
errorKey: 'err',
nestedKey: null,
},
baseURL: process.env.NODO_BASE_URL || 'http://localhost',
baseURL: process.env.NODO_URL_BASE || 'http://localhost',
debug: process.env.BUS_DEBUG === 'true',
};