focus: Rename SECRET to API_KEY

This commit is contained in:
Martin Lablans 2023-06-19 13:33:26 +02:00
parent 188d8d109e
commit 097de41652
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ services:
image: docker.verbis.dkfz.de/cache/samply/focus:main image: docker.verbis.dkfz.de/cache/samply/focus:main
container_name: bridgehead-focus container_name: bridgehead-focus
environment: environment:
SECRET: ${FOCUS_BEAM_SECRET_SHORT} API_KEY: ${FOCUS_BEAM_SECRET_SHORT}
BEAM_APP_ID_LONG: focus.${PROXY_ID} BEAM_APP_ID_LONG: focus.${PROXY_ID}
PROXY_ID: ${PROXY_ID} PROXY_ID: ${PROXY_ID}
BLAZE_URL: "http://bridgehead-ccp-blaze:8080/fhir/" BLAZE_URL: "http://bridgehead-ccp-blaze:8080/fhir/"