Enable obfuscation for ccp queries

This commit is contained in:
Tobias Kussel 2023-11-02 07:34:56 +00:00
parent dc0d42ca07
commit 6bf34b7732
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ services:
BLAZE_URL: "http://bridgehead-ccp-blaze:8080/fhir/" BLAZE_URL: "http://bridgehead-ccp-blaze:8080/fhir/"
BEAM_PROXY_URL: http://beam-proxy:8081 BEAM_PROXY_URL: http://beam-proxy:8081
RETRY_COUNT: ${FOCUS_RETRY_COUNT} RETRY_COUNT: ${FOCUS_RETRY_COUNT}
OBFUSCATE: "no" EPSILON: 0.28
depends_on: depends_on:
- "beam-proxy" - "beam-proxy"
- "blaze" - "blaze"