Update outline.env

Wanted to move dex to different stack, thats the plan
This commit is contained in:
2026-04-22 13:59:34 +02:00
parent 797fc94bf9
commit 98f066ea9f
+2 -2
View File
@@ -29,8 +29,8 @@ FILE_STORAGE_UPLOAD_MAX_SIZE=262144000
OIDC_CLIENT_ID=outline OIDC_CLIENT_ID=outline
OIDC_CLIENT_SECRET=outline-secret OIDC_CLIENT_SECRET=outline-secret
OIDC_AUTH_URI=https://dex.sgu.hu/dex/auth OIDC_AUTH_URI=https://dex.sgu.hu/dex/auth
OIDC_TOKEN_URI=http://dex:5556/dex/token OIDC_TOKEN_URI=https://dex.sgu.hu/dex/token
OIDC_USERINFO_URI=http://dex:5556/dex/userinfo OIDC_USERINFO_URI=https://dex.sgu.hu/dex/userinfo
OIDC_USERNAME_CLAIM=preferred_username OIDC_USERNAME_CLAIM=preferred_username
OIDC_DISPLAY_NAME=Login OIDC_DISPLAY_NAME=Login
OIDC_SCOPES=openid profile email OIDC_SCOPES=openid profile email