mirror of https://github.com/samply/bridgehead.git
slash and quotation marks around blaze path
This commit is contained in:
parent
6530aca843
commit
bf408f9297
|
@ -78,7 +78,7 @@ services:
|
||||||
API_KEY: ${FOCUS_BEAM_SECRET_SHORT}
|
API_KEY: ${FOCUS_BEAM_SECRET_SHORT}
|
||||||
BEAM_APP_ID_LONG: focus.${PROXY_ID_LONG}
|
BEAM_APP_ID_LONG: focus.${PROXY_ID_LONG}
|
||||||
PROXY_ID: ${PROXY_ID_LONG}
|
PROXY_ID: ${PROXY_ID_LONG}
|
||||||
BLAZE_URL: http://bridgehead-bbmri-blaze:8080/fhir
|
BLAZE_URL: "http://bridgehead-bbmri-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}
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|
Loading…
Reference in New Issue