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