summaryrefslogtreecommitdiffstats
path: root/src/main/resources/etc/appprops/janusgraph-cached.properties
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/etc/appprops/janusgraph-cached.properties')
-rw-r--r--src/main/resources/etc/appprops/janusgraph-cached.properties12
1 files changed, 10 insertions, 2 deletions
diff --git a/src/main/resources/etc/appprops/janusgraph-cached.properties b/src/main/resources/etc/appprops/janusgraph-cached.properties
index 40bf765..f04152d 100644
--- a/src/main/resources/etc/appprops/janusgraph-cached.properties
+++ b/src/main/resources/etc/appprops/janusgraph-cached.properties
@@ -2,7 +2,7 @@
# ============LICENSE_START=======================================================
# org.onap.aai
# ================================================================================
-# Copyright © 2017-18 AT&T Intellectual Property. All rights reserved.
+# Copyright � 2017-18 AT&T Intellectual Property. All rights reserved.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -20,8 +20,16 @@
query.fast-property=true
query.smart-limit=false
# the following parameters are not reloaded automatically and require a manual bounce
-storage.backend=inmemory
+storage.backend=cql
storage.hostname=localhost
+storage.cql.keyspace=aaigraph
+storage.username=cassandra
+storage.password=cassandra
+
+storage.cql.read-consistency-level=LOCAL_QUORUM
+storage.cql.write-consistency-level=LOCAL_QUORUM
+storage.cql.replication-factor=3
+storage.cql.only-use-local-consistency-for-system-operations=true
#schema.default=none
storage.lock.wait-time=300