mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-07-29 07:33:47 +00:00
Use environment variable for Excalidraw OIDC client secret
Co-authored-by: 123090848 <[email protected]>
This commit is contained in:
co-authored by
123090848
parent
69a0677ef6
commit
9d476eeff9
@@ -19,7 +19,7 @@ staticClients:
|
|||||||
- {{ .Env.OIDC_REDIRECT_URL }}
|
- {{ .Env.OIDC_REDIRECT_URL }}
|
||||||
name: Excalidraw
|
name: Excalidraw
|
||||||
public: true
|
public: true
|
||||||
secret: excalidraw-secret
|
secret: {{ .Env.OIDC_CLIENT_SECRET }}
|
||||||
|
|
||||||
staticPasswords:
|
staticPasswords:
|
||||||
- email: {{ .Env.ADMIN_EMAIL }}
|
- email: {{ .Env.ADMIN_EMAIL }}
|
||||||
|
|||||||
Reference in New Issue
Block a user