Skip to content
Snippets Groups Projects
Commit 0745e556 authored by nimrod's avatar nimrod
Browse files

Longer valid Vouch logins.

Login every 4 hours isn't reasonable. A week seems better to me.
parent e96c031a
Branches
No related tags found
No related merge requests found
Pipeline #1082 passed
......@@ -33,6 +33,7 @@ services:
# yamllint disable-line rule:line-length
OAUTH_USER_INFO_URL: https://nextcloud.shore.co.il/ocs/v2.php/cloud/user?format=json
VOUCH_DOMAINS: shore.co.il
VOUCH_JWT_MAXAGE: 10080 # 1 week.
VOUCH_JWT_SECRET: "${VOUCH_JWT_SECRET}" # pragma: allowlist secret
image: registry.hub.docker.com/voucher/vouch-proxy:alpine-0.23.1
restart: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment