Commit ed1373a8 authored by Bryan Kaperick's avatar Bryan Kaperick

Re-added history storage to configuration file.

parent a1fc6c2b
...@@ -23,12 +23,15 @@ ...@@ -23,12 +23,15 @@
"local": { "local": {
"setConfiguration": function (gadget) { "setConfiguration": function (gadget) {
var configuration = { var configuration = {
type: "query", type: "uuid",
sub_storage: { sub_storage: {
type: "uuid", type: "history",
sub_storage: { sub_storage: {
type: "indexeddb", type: "query",
database: "local_default" sub_storage: {
type: "indexeddb",
database: "local_default"
}
} }
} }
}; };
......
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