From 98f066ea9f451f17ee401b5c15819d1b7638cf11 Mon Sep 17 00:00:00 2001 From: svhs Date: Wed, 22 Apr 2026 13:59:34 +0200 Subject: [PATCH] Update outline.env Wanted to move dex to different stack, thats the plan --- outline.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/outline.env b/outline.env index a72569d..0ef8d32 100644 --- a/outline.env +++ b/outline.env @@ -29,8 +29,8 @@ FILE_STORAGE_UPLOAD_MAX_SIZE=262144000 OIDC_CLIENT_ID=outline OIDC_CLIENT_SECRET=outline-secret OIDC_AUTH_URI=https://dex.sgu.hu/dex/auth -OIDC_TOKEN_URI=http://dex:5556/dex/token -OIDC_USERINFO_URI=http://dex:5556/dex/userinfo +OIDC_TOKEN_URI=https://dex.sgu.hu/dex/token +OIDC_USERINFO_URI=https://dex.sgu.hu/dex/userinfo OIDC_USERNAME_CLAIM=preferred_username OIDC_DISPLAY_NAME=Login OIDC_SCOPES=openid profile email