Skip to content

Commit

Permalink
[#3688] Add JWT_EXPIRY env variable to Open Zaak Compose
Browse files Browse the repository at this point in the history
Necessary for tests making use of `freezegun`
  • Loading branch information
Viicos authored and sergei-maertens committed Mar 22, 2024
1 parent e4be7a0 commit d0ea12f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.open-zaak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ services:
- CELERY_BROKER_URL=redis://openzaak-redis:6379/1
- CELERY_RESULT_BACKEND=redis://openzaak-redis:6379/1
- NOTIFICATIONS_DISABLED=true
- JWT_EXPIRY=99999999999 # Roughly 3170 years. This is required for tests with time frozen to work
ports:
- 8003:8000
volumes: &openzaak_web_volumes
Expand Down

0 comments on commit d0ea12f

Please sign in to comment.