Skip to content

Commit c569365

Browse files
Merge pull request #10 from BetterAndBetterII/cursor/fix-dex-config-secret-reading-from-env-40cb
Fix dex config secret reading from env
2 parents 69a0677 + 9d476ee commit c569365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/dex.config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ staticClients:
1919
- {{ .Env.OIDC_REDIRECT_URL }}
2020
name: Excalidraw
2121
public: true
22-
secret: excalidraw-secret
22+
secret: {{ .Env.OIDC_CLIENT_SECRET }}
2323

2424
staticPasswords:
2525
- email: {{ .Env.ADMIN_EMAIL }}

0 commit comments

Comments
 (0)