mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-07-19 03:54:11 -04:00
Adjust test configuration
This commit is contained in:
@@ -81,6 +81,7 @@ func init() {
|
||||
|
||||
cfg := config.New()
|
||||
cfg.Repo.Disk.Path = dataPath
|
||||
cfg.Server.DemoUsersAndGroups = true
|
||||
var hdlr *svc.Service
|
||||
var err error
|
||||
|
||||
|
||||
@@ -538,7 +538,9 @@ func init() {
|
||||
)
|
||||
|
||||
c := &accountsCfg.Config{
|
||||
Server: accountsCfg.Server{},
|
||||
Server: accountsCfg.Server{
|
||||
DemoUsersAndGroups: true,
|
||||
},
|
||||
Repo: accountsCfg.Repo{
|
||||
Disk: accountsCfg.Disk{
|
||||
Path: dataPath,
|
||||
|
||||
Reference in New Issue
Block a user