Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions devel/dex/config.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ staticClients:
redirectURIs:
- "http://0.0.0.0:8000/auth/callback"
- "http://localhost:8000/auth/callback"
- "http://localhost:9876/auth/callback"
name: "Chainloop Dev"
secret: ZXhhbXBsZS1hcHAtc2VjcmV0

Expand Down
1 change: 1 addition & 0 deletions devel/dex/config.labs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ staticClients:
redirectURIs:
- "http://0.0.0.0:8000/auth/callback"
- "http://localhost:8000/auth/callback"
- "http://localhost:9876/auth/callback"
name: "Chainloop Dev"
secret: ZXhhbXBsZS1hcHAtc2VjcmV0

Expand Down
Loading