Skip to content

Commit

Permalink
DMP-4031 Use env variable for DAR PC max drift time
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmaloney committed Feb 5, 2025
1 parent f7e48d3 commit 1c0239b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spring:

azure:
darts-gateway:
dar-pc-max-time-drift: 90s
dar-pc-max-time-drift: ${DAR_PC_MAX_TIME_DRIFT:90s}
storage:
blob:
client:
Expand Down

0 comments on commit 1c0239b

Please sign in to comment.