Skip to content

Commit

Permalink
Increase Azure token refresh rate
Browse files Browse the repository at this point in the history
Changed in production PIXL.
SAFEHR-data/the-rolling-skeleton#126
  • Loading branch information
milanmlft committed Dec 4, 2023
1 parent e0190a1 commit 0c1badc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ services:
AZ_DICOM_ENDPOINT_CLIENT_ID: ${AZ_DICOM_ENDPOINT_CLIENT_ID}
AZ_DICOM_ENDPOINT_CLIENT_SECRET: ${AZ_DICOM_ENDPOINT_CLIENT_SECRET}
AZ_DICOM_ENDPOINT_TENANT_ID: ${AZ_DICOM_ENDPOINT_TENANT_ID}
AZ_DICOM_TOKEN_REFRESH_SECS: "600"
AZ_DICOM_TOKEN_REFRESH_SECS: "1200"
TIME_OFFSET: "${STUDY_TIME_OFFSET}"
SALT_VALUE: ${SALT_VALUE}"
ports:
Expand Down Expand Up @@ -201,7 +201,7 @@ services:
context: .
dockerfile: ./docker/queue/Dockerfile
args:
<<: *build-args-common
<<: *build-args-common
environment:
RABBITMQ_DEFAULT_USER: ${RABBITMQ_USERNAME}
RABBITMQ_DEFAULT_PASS: ${RABBITMQ_PASSWORD}
Expand Down

0 comments on commit 0c1badc

Please sign in to comment.