Commit dc679ffe authored by Sven Franck's avatar Sven Franck

storages: switch to only localStorage for now

parent 5fc7a2b1
...@@ -21,21 +21,10 @@ ...@@ -21,21 +21,10 @@
"username": "slapos", "username": "slapos",
"application_name": "settings"} "application_name": "settings"}
}, { }, {
"set_name": "items",
"property_dict": { "property_dict": {
"type": "replicate", "type": "local",
"master": 0, "username": "slapos",
"storage_list": [{ "application_name": "items"}
"type":"erp5", }],
"username":"slapos",
"url": "https://slapos.vifib.com/hateoas",
"application_name": "items"
}, {
"type": "local",
"username": "slapos",
"application_name": "items"
}]
}
}],
"children": [] "children": []
}] }]
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment