Remove "accounts" service
This commit is contained in:
committed by
Ralf Haferkamp
parent
5ba1b8f2c1
commit
d25aa7b20f
@@ -3,7 +3,6 @@ package config
|
||||
import (
|
||||
"github.com/owncloud/ocis/v2/ocis-pkg/shared"
|
||||
|
||||
accounts "github.com/owncloud/ocis/v2/extensions/accounts/pkg/config"
|
||||
appProvider "github.com/owncloud/ocis/v2/extensions/app-provider/pkg/config"
|
||||
appRegistry "github.com/owncloud/ocis/v2/extensions/app-registry/pkg/config"
|
||||
audit "github.com/owncloud/ocis/v2/extensions/audit/pkg/config"
|
||||
@@ -73,7 +72,6 @@ type Config struct {
|
||||
AdminUserID string `yaml:"admin_user_id" env:"OCIS_ADMIN_USER_ID"`
|
||||
Runtime Runtime `yaml:"runtime"`
|
||||
|
||||
Accounts *accounts.Config `yaml:"accounts"`
|
||||
AppProvider *appProvider.Config `yaml:"app_provider"`
|
||||
AppRegistry *appRegistry.Config `yaml:"app_registry"`
|
||||
Audit *audit.Config `yaml:"audit"`
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
accounts "github.com/owncloud/ocis/v2/extensions/accounts/pkg/config/defaults"
|
||||
appProvider "github.com/owncloud/ocis/v2/extensions/app-provider/pkg/config/defaults"
|
||||
appRegistry "github.com/owncloud/ocis/v2/extensions/app-registry/pkg/config/defaults"
|
||||
audit "github.com/owncloud/ocis/v2/extensions/audit/pkg/config/defaults"
|
||||
@@ -41,7 +40,6 @@ func DefaultConfig() *Config {
|
||||
Host: "localhost",
|
||||
},
|
||||
|
||||
Accounts: accounts.DefaultConfig(),
|
||||
AppProvider: appProvider.DefaultConfig(),
|
||||
AppRegistry: appRegistry.DefaultConfig(),
|
||||
Audit: audit.DefaultConfig(),
|
||||
|
||||
Reference in New Issue
Block a user