Commit ed1373a8 authored by Bryan Kaperick's avatar Bryan Kaperick

Re-added history storage to configuration file.

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