general restructuring

This commit is contained in:
A.Unger
2021-11-02 12:12:09 +01:00
parent a767356bba
commit 10731c3878
2 changed files with 3 additions and 4 deletions

View File

@@ -2,3 +2,6 @@ log:
level: info
color: true
pretty: true
repo:
cs3:
provider_addr: "localhost:9214"

View File

@@ -27,16 +27,12 @@ func Execute(cfg *config.Config) error {
Version: version.String,
Usage: "Provide accounts and groups for oCIS",
Compiled: version.Compiled(),
Authors: []*cli.Author{
{
Name: "ownCloud GmbH",
Email: "support@owncloud.com",
},
},
//Flags: flagset.RootWithConfig(cfg),
Before: func(c *cli.Context) error {
cfg.Server.Version = version.String
return ParseConfig(c, cfg)