Make all paths configurable and default to
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
@@ -251,7 +251,7 @@ func ServerWithConfig(cfg *config.Config) []cli.Flag {
|
||||
Name: "identifier-client-path",
|
||||
Usage: "Path to the identifier web client base folder",
|
||||
EnvVars: []string{"KONNECTD_IDENTIFIER_CLIENT_PATH"},
|
||||
Value: "/var/tmp/konnectd",
|
||||
Value: "/var/tmp/ocis/konnectd",
|
||||
Destination: &cfg.Konnectd.IdentifierClientPath,
|
||||
},
|
||||
&cli.StringFlag{
|
||||
|
||||
Reference in New Issue
Block a user