Merge pull request #134 from samply/feature/ccp-obfuscation

Enable obfuscation for ccp queries
This commit is contained in:
patrickskowronekdkfz 2023-11-17 13:50:34 +01:00 committed by GitHub
commit 7ce501548a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"