From 291987324787c069e4492eb5526c586317b52aae Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Auad Date: Tue, 19 May 2026 16:22:33 +0000 Subject: [PATCH] Actualizado el ordden de las variables de entorno para dejar las requeridas al principio del archivo .env.example --- .env.example | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/.env.example b/.env.example index a161689..740e53c 100644 --- a/.env.example +++ b/.env.example @@ -4,29 +4,35 @@ # ============================================================================= # ============================================================================= -# NODO +# VARIABLES DE ENTORNO REQUERIDAS # ============================================================================= - # 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