mirror of
https://github.com/Dvorinka/excalidraw-full.git
synced 2026-06-03 13:52:56 +00:00
Use environment variable for Excalidraw OIDC client secret
Co-authored-by: 123090848 <123090848@link.cuhk.edu.cn>
This commit is contained in:
@@ -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