summaryrefslogtreecommitdiff
path: root/ci/docker/docker-compose.yml
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-29 14:47:45 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-03-29 14:47:45 +0200
commit3e7bae91097d9a67262ab0d0b8450d9371201629 (patch)
tree96fb07b4091de115bf224ebfd009261b3729256f /ci/docker/docker-compose.yml
parent6192f9ab54a805c1fabe6a2c5b8eca622b565082 (diff)
Tests: Change OAuth expiry tests by using a custom expiry time
Diffstat (limited to 'ci/docker/docker-compose.yml')
-rw-r--r--ci/docker/docker-compose.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/docker/docker-compose.yml b/ci/docker/docker-compose.yml
index 9832871..60bd21d 100644
--- a/ci/docker/docker-compose.yml
+++ b/ci/docker/docker-compose.yml
@@ -5,6 +5,7 @@ version: '3'
x-common-env: &common-env
PORTAL_USER: ${PORTAL_USER}
PORTAL_PASS: ${PORTAL_PASS}
+ OAUTH_EXPIRED_TTL: ${OAUTH_EXPIRED_TTL}
# Define a network so that the containers can talk with eachother using their service name
networks: