Add common backend to dev-setup
[aai/test-config.git] / dev-setup / janusgraph.properties
diff --git a/dev-setup/janusgraph.properties b/dev-setup/janusgraph.properties
new file mode 100644 (file)
index 0000000..c70a3b8
--- /dev/null
@@ -0,0 +1,15 @@
+query.fast-property=true
+query.smart-limit=false
+
+storage.backend=cassandra
+storage.hostname=aai-backend
+
+storage.cassandra.keyspace=aaigraph
+storage.cassandra.read-consistency-level=LOCAL_QUORUM
+storage.cassandra.write-consistency-level=LOCAL_QUORUM
+storage.cassandra.replication-factor=1
+storage.cassandra.replication-strategy-class=org.apache.cassandra.locator.SimpleStrategy
+storage.lock.wait-time=300
+
+cache.db-cache = false
+load.snapshot.file=false