Fix OCS test infrastructure

This commit is contained in:
Benedikt Kulmann
2020-10-05 15:22:12 +02:00
parent b49126e234
commit 3081dd1a7b
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -249,6 +249,11 @@ func init() {
Server: accountsCfg.Server{
AccountsDataPath: dataPath,
},
Repo: accountsCfg.Repo{
Disk: accountsCfg.Disk{
Path: dataPath,
},
},
Log: accountsCfg.Log{
Level: "info",
Pretty: true,