mirror of https://github.com/samply/bridgehead.git
Merge pull request #134 from samply/feature/ccp-obfuscation
Enable obfuscation for ccp queries
This commit is contained in:
commit
7ce501548a
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue