X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=dev-setup%2Fjanusgraph.properties;fp=dev-setup%2Fjanusgraph.properties;h=c70a3b817ff660357bacf0abca348e0b7e023fd3;hb=799470ca439ad6cd16230dbc27b88e9d71627b49;hp=0000000000000000000000000000000000000000;hpb=1390c775a64ef8ad19b2cdc449a4ef094cbb1e30;p=aai%2Ftest-config.git diff --git a/dev-setup/janusgraph.properties b/dev-setup/janusgraph.properties new file mode 100644 index 0000000..c70a3b8 --- /dev/null +++ b/dev-setup/janusgraph.properties @@ -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