aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool/sdc-cassandra-init/scripts/janusgraph.properties
diff options
context:
space:
mode:
Diffstat (limited to 'asdctool/sdc-cassandra-init/scripts/janusgraph.properties')
-rw-r--r--asdctool/sdc-cassandra-init/scripts/janusgraph.properties25
1 files changed, 25 insertions, 0 deletions
diff --git a/asdctool/sdc-cassandra-init/scripts/janusgraph.properties b/asdctool/sdc-cassandra-init/scripts/janusgraph.properties
new file mode 100644
index 0000000000..6123a855be
--- /dev/null
+++ b/asdctool/sdc-cassandra-init/scripts/janusgraph.properties
@@ -0,0 +1,25 @@
+storage.backend=cql
+storage.hostname=sdc-cs
+storage.port=9042
+storage.username=asdc_user
+storage.password=Aa1234%^!
+storage.connection-timeout=20000
+storage.cql.keyspace=sdctitan
+
+storage.cql.ssl.enabled=false
+storage.cql.ssl.truststore.location=
+storage.cql.ssl.truststore.password=
+
+storage.cql.read-consistency-level=LOCAL_QUORUM
+storage.cql.write-consistency-level=LOCAL_QUORUM
+storage.cql.replication-strategy-class=NetworkTopologyStrategy
+storage.cql.replication-strategy-options=SDC-CS-integration-test,1
+storage.cql.local-datacenter=SDC-CS-integration-test
+
+cache.db-cache = false
+cache.db-cache-clean-wait = 20
+cache.db-cache-time = 180000
+cache.db-cache-size = 0.5
+
+cache.tx-cache-size = 1000000
+storage.lock.wait-time=500 \ No newline at end of file