Actualizados los valores por defecto del .env.example
This commit is contained in:
parent
b1cf91d992
commit
80d78992a7
@ -7,8 +7,6 @@
|
||||
# NODO
|
||||
# =============================================================================
|
||||
|
||||
# URL pública del nodo (usada por GDHCN para construir sus URLs)
|
||||
NODO_BASE_URL=http://localhost
|
||||
|
||||
# URL base del nodo (usada por bus-gateway internamente)
|
||||
NODO_URL_BASE=http://localhost
|
||||
@ -21,7 +19,7 @@ TZ=America/Argentina/Buenos_Aires
|
||||
# =============================================================================
|
||||
|
||||
# URL base del Bus de salud nacional
|
||||
BUS_URL=https://bus-host/fhir
|
||||
BUS_URL=https://bus-test.msal.gob.ar
|
||||
|
||||
# Secreto compartido para firmar tokens JWT (HS256) contra el Bus
|
||||
BUS_JWT_SECRET=your-shared-secret
|
||||
@ -40,10 +38,10 @@ DOCUMENT_REGISTRY_SCOPE=DocumentReference/*.read,DocumentReference/*.write
|
||||
# =============================================================================
|
||||
|
||||
# URL del Master Patient Index si difiere del Bus principal
|
||||
# MPI_URL=https://mpi-host/fhir
|
||||
MPI_URL=https://bus-test.msal.gob.ar/masterfile-federacion-service/fhir/Patient
|
||||
|
||||
# URL del Document Registry si difiere del Bus principal
|
||||
# DOCUMENT_REGISTRY_URL=https://document-registry-host/fhir
|
||||
DOCUMENT_REGISTRY_URL=https://bus-test.msal.gob.ar/fhir/DocumentReference
|
||||
|
||||
# Habilita logs detallados de requests/responses salientes al Bus (true | false)
|
||||
BUS_DEBUG=false
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user