Add parameter LOG_FHIR_VALIDATION to exporter

This commit is contained in:
juarez 2023-07-06 17:44:35 +02:00
parent 0d07a09296
commit 4ba5144140
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ services:
HTTP_RELATIVE_PATH: "/ccp-reporter" HTTP_RELATIVE_PATH: "/ccp-reporter"
EXPORTER_API_KEY: "${EXPORTER_API_KEY}" EXPORTER_API_KEY: "${EXPORTER_API_KEY}"
EXPORTER_URL: "http://exporter:8092" EXPORTER_URL: "http://exporter:8092"
LOG_FHIR_VALIDATION: "false"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.reporter_ccp.rule=PathPrefix(`/ccp-reporter`)" - "traefik.http.routers.reporter_ccp.rule=PathPrefix(`/ccp-reporter`)"