Update outline.env
Wanted to move dex to different stack, thats the plan
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user