node.default["aai-resources-config"]["STORAGE_HOSTNAME"] = 'localhost'
+node.default["aai-resources-config"]["STORAGE_BACKEND"] = 'hbase'
node.default["aai-resources-config"]["STORAGE_HBASE_TABLE"] = 'aaigraph.dev'
node.default["aai-resources-config"]["STORAGE_HBASE_ZOOKEEPER_ZNODE_PARENT"] = '/hbase'
node.default["aai-resources-config"]["DB_CACHE_CLEAN_WAIT"] = 20
node.default["aai-resources-config"]["DB_CACHE_TIME"] = 180000
-node.default["aai-resources-config"]["DB_CACHE_SIZE"] = 0.3
\ No newline at end of file
+node.default["aai-resources-config"]["DB_CACHE_SIZE"] = 0.3
node.default["aai-resources-config"]["STORAGE_HOSTNAME"] = 'localhost'
+node.default["aai-resources-config"]["STORAGE_BACKEND"] = 'hbase'
node.default["aai-resources-config"]["STORAGE_HBASE_TABLE"] = 'aaigraph.dev'
-node.default["aai-resources-config"]["STORAGE_HBASE_ZOOKEEPER_ZNODE_PARENT"] = '/hbase'
\ No newline at end of file
+node.default["aai-resources-config"]["STORAGE_HBASE_ZOOKEEPER_ZNODE_PARENT"] = '/hbase'
# the following parameters are not reloaded automatically and require a manual bounce
query.fast-property=true
-storage.backend=hbase
+storage.backend=<%= STORAGE_BACKEND %>
storage.hostname=<%= @STORAGE_HOSTNAME %>
#schema.default=none
storage.lock.wait-time=300
cache.db-cache = true
cache.db-cache-clean-wait = <%= @DB_CACHE_CLEAN_WAIT %>
cache.db-cache-time = <%= @DB_CACHE_TIME %>
-cache.db-cache-size = <%= @DB_CACHE_SIZE %>
\ No newline at end of file
+cache.db-cache-size = <%= @DB_CACHE_SIZE %>
# the following parameters are not reloaded automatically and require a manual bounce
query.fast-property=true
-storage.backend=hbase
+storage.backend=<%= STORAGE_BACKEND %>
storage.hostname=<%= @STORAGE_HOSTNAME %>
#schema.default=none
storage.lock.wait-time=300
cache.db-cache = false
#cache.db-cache-clean-wait = 20
#cache.db-cache-time = 180000
-#cache.db-cache-size = 0.5
\ No newline at end of file
+#cache.db-cache-size = 0.5