From 9f3c35db196d9730b6ce89be68e66f3b3aba3c13 Mon Sep 17 00:00:00 2001 From: svhs Date: Thu, 9 Apr 2026 11:19:02 +0200 Subject: [PATCH] Update outline.env --- outline.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outline.env b/outline.env index 10a2086..a72569d 100644 --- a/outline.env +++ b/outline.env @@ -28,7 +28,7 @@ FILE_STORAGE_UPLOAD_MAX_SIZE=262144000 # ----------------------------------------------- OIDC_CLIENT_ID=outline OIDC_CLIENT_SECRET=outline-secret -OIDC_AUTH_URI=http://localhost:5556/dex/auth +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_USERNAME_CLAIM=preferred_username