Skip to content

Commit

Permalink
fix: use client secret
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Jul 3, 2024
1 parent 38e6c70 commit 78358ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/web/cmd/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type Flags struct {
FGAApiUrl string `envconfig:"TYPHOON_WEB_FGA_API_URL" default:"http://host.docker.internal:8080"`
FGAStoreID string `envconfig:"TYPHOON_WEB_FGA_STORE_ID" default:""`
FGAAuthorizationModelID string `envconfig:"TYPHOON_WEB_FGA_AUTHORIZATION_MODEL_ID" default:""`
GothGitbubKey string `envconfig:"TYPHOON_WEB_GITHUB_KEY" default:""`
GothGitbubKey string `envconfig:"TYPHOON_WEB_GITHUB_CLIENT_ID" default:""`
GothGithubSecret string `envconfig:"TYPHOON_WEB_GITHUB_SECRET" default:""`
GothGithubCallback string `envconfig:"TYPHOON_WEB_GITHUB_CALLBACK" default:"http://localhost:3000/auth/github/callback"`
}
Expand Down

0 comments on commit 78358ca

Please sign in to comment.