fix download helper for accounts service and indexer

This commit is contained in:
David Christofas
2021-12-06 12:01:15 +01:00
committed by Willy Kloucek
parent 3fd070061d
commit 08641a8e45
3 changed files with 54 additions and 18 deletions
+1 -1
View File
@@ -922,7 +922,7 @@ func DefaultConfig() *Config {
},
Driver: "ocis",
ExposeDataServer: false,
DataServerURL: "http://localhost:9216",
DataServerURL: "http://localhost:9216/data",
TempFolder: path.Join(defaults.BaseDataPath(), "tmp", "metadata"),
DataProvider: DataProvider{},
},