Merge pull request #10 from BetterAndBetterII/cursor/fix-dex-config-secret-reading-from-env-40cb

Fix dex config secret reading from env
This commit is contained in:
Yuzhong Zhang
2025-08-19 03:05:51 +08:00
committed by GitHub
+1 -1
View File
@@ -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 }}