Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
remove default config
Browse files Browse the repository at this point in the history
Signed-off-by: Yee Hing Tong <wild-endeavor@users.noreply.github.com>
  • Loading branch information
wild-endeavor authored and pmahindrakar-oss committed Sep 26, 2022
1 parent f0e4c89 commit c76db9b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions auth/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,6 @@ var (
Scopes: []string{"all", "offline", "access_token"},
Public: true,
},
"flytepropeller": {
ID: "flytepropeller",
Secret: []byte(`$2a$06$pxs1AkG81Kvrhpml1QiLSOQaTk9eePrU/7Yab9y07h3x0TglbaoT6`), // = "foobar"
RedirectURIs: []string{"http://localhost:3846/callback"},
ResponseTypes: []string{"token"},
GrantTypes: []string{"refresh_token", "client_credentials"},
Scopes: []string{"all", "offline", "access_token"},
},
},
},
},
Expand Down

0 comments on commit c76db9b

Please # to comment.