summaryrefslogtreecommitdiffstats
path: root/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/titan-cached.properties
diff options
context:
space:
mode:
Diffstat (limited to 'cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/titan-cached.properties')
-rw-r--r--cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/titan-cached.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/titan-cached.properties b/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/titan-cached.properties
index d6c9c2d..ac6520a 100644
--- a/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/titan-cached.properties
+++ b/cookbooks/aai-resources/aai-resources-config/templates/default/aai-resources-config/titan-cached.properties
@@ -1,6 +1,6 @@
# 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
@@ -10,4 +10,4 @@ storage.hbase.ext.zookeeper.znode.parent=<%= @STORAGE_HBASE_ZOOKEEPER_ZNODE_PARE
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 %>