add thumbnails command
This commit is contained in:
@@ -10,6 +10,7 @@ import (
|
||||
phoenix "github.com/owncloud/ocis-phoenix/pkg/config"
|
||||
proxy "github.com/owncloud/ocis-proxy/pkg/config"
|
||||
reva "github.com/owncloud/ocis-reva/pkg/config"
|
||||
thumbnails "github.com/owncloud/ocis-thumbnails/pkg/config"
|
||||
webdav "github.com/owncloud/ocis-webdav/pkg/config"
|
||||
)
|
||||
|
||||
@@ -67,6 +68,7 @@ type Config struct {
|
||||
Reva *reva.Config
|
||||
GLAuth *glauth.Config
|
||||
Proxy *proxy.Config
|
||||
Thumbnails *thumbnails.Config
|
||||
}
|
||||
|
||||
// New initializes a new configuration with or without defaults.
|
||||
@@ -82,5 +84,6 @@ func New() *Config {
|
||||
Reva: reva.New(),
|
||||
GLAuth: glauth.New(),
|
||||
Proxy: proxy.New(),
|
||||
Thumbnails: thumbnails.New(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user