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
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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