Skip to content

Commit

Permalink
Update flagset.go (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
butonic authored Feb 13, 2020
1 parent 5825be3 commit 06f50c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flagset/flagset.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
},
&cli.StringFlag{
Name: "oidc-metadata-url",
Value: "https://localost:9130/.well-known/openid-configuration",
Value: "https://localhost:9130/.well-known/openid-configuration",
Usage: "OpenID Connect metadata URL",
EnvVars: []string{"PHOENIX_OIDC_METADATA_URL"},
Destination: &cfg.Phoenix.Config.OpenIDConnect.MetadataURL,
Expand Down

0 comments on commit 06f50c4

Please sign in to comment.