Fix store command

- Was started with the wrong flagset
- Didn't use the ocis-store config at all
This commit is contained in:
Benedikt Kulmann
2020-08-12 13:35:14 +05:45
committed by Artur Neumann
parent 75e9506254
commit 1b048da76a
3 changed files with 20 additions and 31 deletions
+1
View File
@@ -31,6 +31,7 @@ var (
// Extensions are ocis extension services
Extensions = []string{
"proxy",
"store",
"settings",
"phoenix",
"graph",