enable spaces capability

This commit is contained in:
Willy Kloucek
2022-01-04 10:25:05 +01:00
parent de87f3160d
commit 8b5a0c73f3
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -291,6 +291,10 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
"incoming": true,
},
},
"spaces": map[string]interface{}{
"version": "0.0.1",
"enabled": true,
},
},
"version": map[string]interface{}{
"edition": "reva",