mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-19 14:13:17 -04:00
Update flagset.go (#42)
This commit is contained in:
committed by
GitHub
parent
5825be3637
commit
06f50c42c2
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user