Actualizado el ordden de las variables de entorno para dejar las requeridas al principio del archivo .env.example
This commit is contained in:
parent
099b2109aa
commit
2919873247
30
.env.example
30
.env.example
@ -4,29 +4,35 @@
|
|||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
# NODO
|
# VARIABLES DE ENTORNO REQUERIDAS
|
||||||
# =============================================================================
|
# =============================================================================
|
||||||
|
|
||||||
|
|
||||||
# URL base del nodo (usada por bus-gateway internamente)
|
# URL base del nodo (usada por bus-gateway internamente)
|
||||||
NODO_URL_BASE=http://localhost
|
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
|
# Secreto compartido para firmar tokens JWT (HS256) contra el Bus
|
||||||
BUS_JWT_SECRET=your-shared-secret
|
BUS_JWT_SECRET=your-shared-secret
|
||||||
|
|
||||||
# Identificador del emisor JWT (ej.: URL del repositorio del nodo)
|
# Identificador del emisor JWT (ej.: URL del repositorio del nodo)
|
||||||
BUS_ISSUER=https://your-repositorio-url
|
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
|
# Scopes OAuth para el Master Patient Index
|
||||||
MPI_SCOPE=Patient/*.read,Patient/*.write
|
MPI_SCOPE=Patient/*.read,Patient/*.write
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user