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