Modificadas las variables de entorno en el bus-gateway
This commit is contained in:
parent
14e0284cd9
commit
8c7525758e
@ -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 FHIR (base, usado como fallback si no se definen MPI_URL o DOCUMENT_REGISTRY_URL)
|
||||||
BUS_URL=http://bus-host:8080
|
BUS_URL=http://bus-host:8080
|
||||||
|
|||||||
@ -24,7 +24,7 @@ const config = {
|
|||||||
errorKey: 'err',
|
errorKey: 'err',
|
||||||
nestedKey: null,
|
nestedKey: null,
|
||||||
},
|
},
|
||||||
baseURL: process.env.NODO_BASE_URL || 'http://localhost',
|
baseURL: process.env.NODO_URL_BASE || 'http://localhost',
|
||||||
debug: process.env.BUS_DEBUG === 'true',
|
debug: process.env.BUS_DEBUG === 'true',
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user