summaryrefslogtreecommitdiffstats
path: root/integration-tests/catalog-be-resources/catalog-be/janusgraph.properties
diff options
context:
space:
mode:
Diffstat (limited to 'integration-tests/catalog-be-resources/catalog-be/janusgraph.properties')
-rw-r--r--integration-tests/catalog-be-resources/catalog-be/janusgraph.properties30
1 files changed, 30 insertions, 0 deletions
diff --git a/integration-tests/catalog-be-resources/catalog-be/janusgraph.properties b/integration-tests/catalog-be-resources/catalog-be/janusgraph.properties
new file mode 100644
index 0000000000..7361a3ccc4
--- /dev/null
+++ b/integration-tests/catalog-be-resources/catalog-be/janusgraph.properties
@@ -0,0 +1,30 @@
+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.keystore.location=
+storage.cql.ssl.keystore.password=
+storage.cql.ssl.truststore.location=
+storage.cql.ssl.truststore.password=
+
+storage.cql.read-consistency-level=ONE
+storage.cql.write-consistency-level=ALL
+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 = true
+cache.db-cache-clean-wait = 20
+cache.db-cache-time = 180000
+cache.db-cache-size = 0.5
+
+cache.tx-cache-size = 1000000
+
+storage.lock.retries=5
+graph.replace-instance-if-exists=true