mirror of
https://github.com/samply/bridgehead.git
synced 2026-03-25 07:20:15 +01:00
Clear FHIR_USERNAME and FHIR_PASSWORD
Updated FHIR credentials to empty strings in ovis-compose.yml
This commit is contained in:
@@ -76,8 +76,8 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
# CCP mode: FHIR source configuration (ignored by DEMO image)
|
# CCP mode: FHIR source configuration (ignored by DEMO image)
|
||||||
FHIR_SERVER_URL: http://bridgehead-ccp-blaze:8080/fhir
|
FHIR_SERVER_URL: http://bridgehead-ccp-blaze:8080/fhir
|
||||||
FHIR_USERNAME: your-fhir-username
|
FHIR_USERNAME: ""
|
||||||
FHIR_PASSWORD: your-fhir-password
|
FHIR_PASSWORD: ""
|
||||||
ICD10_FILTER: ""
|
ICD10_FILTER: ""
|
||||||
# Required for both CCP and DEMO: preprocessor upload endpoint
|
# Required for both CCP and DEMO: preprocessor upload endpoint
|
||||||
OVIS_PREPROCESSOR_URL: http://ovis-backend-data-preprocessing:9000/omock
|
OVIS_PREPROCESSOR_URL: http://ovis-backend-data-preprocessing:9000/omock
|
||||||
|
|||||||
Reference in New Issue
Block a user