Compare commits
No commits in common. "291987324787c069e4492eb5526c586317b52aae" and "eaa41f4d68e12e9a17d08357c70eaa76504565e4" have entirely different histories.
2919873247
...
eaa41f4d68
30
.env.example
30
.env.example
@ -4,35 +4,29 @@
|
||||
# =============================================================================
|
||||
|
||||
# =============================================================================
|
||||
# VARIABLES DE ENTORNO REQUERIDAS
|
||||
# NODO
|
||||
# =============================================================================
|
||||
|
||||
|
||||
# URL base del nodo (usada por bus-gateway internamente)
|
||||
NODO_URL_BASE=http://localhost
|
||||
|
||||
# Zona horaria para todos los servicios
|
||||
TZ=America/Argentina/Buenos_Aires
|
||||
|
||||
# =============================================================================
|
||||
# BUS DE SALUD — Requeridas
|
||||
# =============================================================================
|
||||
|
||||
# URL base del Bus de salud nacional
|
||||
BUS_URL=https://bus-test.msal.gob.ar
|
||||
|
||||
# Secreto compartido para firmar tokens JWT (HS256) contra el Bus
|
||||
BUS_JWT_SECRET=your-shared-secret
|
||||
|
||||
# Identificador del emisor JWT (ej.: URL del repositorio del nodo)
|
||||
BUS_ISSUER=https://your-repositorio-url
|
||||
|
||||
|
||||
# =============================================================================
|
||||
# INFRAESTRUCTURA
|
||||
# =============================================================================
|
||||
|
||||
# Zona horaria para todos los servicios
|
||||
TZ=America/Argentina/Buenos_Aires
|
||||
|
||||
# =============================================================================
|
||||
# BUS DE SALUD
|
||||
# =============================================================================
|
||||
|
||||
# URL base del Bus de salud nacional
|
||||
BUS_URL=https://bus-test.msal.gob.ar
|
||||
|
||||
|
||||
|
||||
# Scopes OAuth para el Master Patient Index
|
||||
MPI_SCOPE=Patient/*.read,Patient/*.write
|
||||
|
||||
|
||||
@ -140,8 +140,8 @@ docker compose ps
|
||||
# CapabilityStatement FHIR a través de nginx
|
||||
curl http://localhost/fhir/metadata
|
||||
|
||||
# Verificación de llegada al Bus mediante la consulta de un paciente.
|
||||
curl --location 'http://localhost/fhir/Patient?identifier=http%3A%2F%2Fwww.renaper.gob.ar%2Fdni%7C30945027'
|
||||
# Health check del Bus Gateway a través de nginx
|
||||
curl http://localhost/fhir/Patient?_summary=count
|
||||
|
||||
# Logs de un servicio específico
|
||||
docker compose logs -f bus-gateway
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user