mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-07-28 23:23: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 }}
|
||||
name: Excalidraw
|
||||
public: true
|
||||
secret: excalidraw-secret
|
||||
secret: {{ .Env.OIDC_CLIENT_SECRET }}
|
||||
|
||||
staticPasswords:
|
||||
- email: {{ .Env.ADMIN_EMAIL }}
|
||||
|
||||
Reference in New Issue
Block a user