mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-13 09:49:17 -05:00
general restructuring
This commit is contained in:
@@ -2,3 +2,6 @@ log:
|
||||
level: info
|
||||
color: true
|
||||
pretty: true
|
||||
repo:
|
||||
cs3:
|
||||
provider_addr: "localhost:9214"
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user