Commit 3c69ae37 authored by Bryan Kaperick's avatar Bryan Kaperick

Added querystorage on top of historystorage in configurator file.

parent ed1373a8
......@@ -25,12 +25,15 @@
var configuration = {
type: "uuid",
sub_storage: {
type: "history",
type: "query",
sub_storage: {
type: "query",
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