Use environment variable for Excalidraw OIDC client secret

Co-authored-by: 123090848 <123090848@link.cuhk.edu.cn>
This commit is contained in:
Cursor Agent
2025-08-18 19:03:48 +00:00
parent 69a0677ef6
commit 9d476eeff9
+1 -1
View File
@@ -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 }}