Commit 48e917dc authored by Sven Franck's avatar Sven Franck

update storage to hateoas

parent 18863b39
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
"property_dict": { "property_dict": {
"force_field_definitions": true, "force_field_definitions": true,
"storage_type": "JIO", "storage_type": "JIO",
"skip_total_records": true,
"modernizr": ["blobconstructor", "filereader"] "modernizr": ["blobconstructor", "filereader"]
}, },
"children": [{ "children": [{
...@@ -21,8 +22,9 @@ ...@@ -21,8 +22,9 @@
"type": "makeStorage", "type": "makeStorage",
"property_dict": { "property_dict": {
"definition": { "definition": {
"type":"local", "type":"hateoas",
"username":"slapos", "username":"slapos",
"url": "https://www.tiolive.com/vifiberp5/web_site_module/hateoas",
"application_name": "items" "application_name": "items"
} }
} }
......
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