Upgrade to Cassandra 3
[sdc.git] / asdctool / src / main / resources / config / janusgraph.properties
1 storage.backend=cql
2 storage.hostname=192.168.33.10
3 storage.port=9042
4 storage.username=asdc_user
5 storage.password=Aa1234%^!
6 storage.connection-timeout=10000
7 storage.cql.keyspace=sdctitan
8
9 storage.cql.ssl.enabled=true
10 storage.cql.ssl.truststore.location=C:\\gitWork\\vagrant-sdc-all-in-one\\mytmp.trust
11 storage.cql.ssl.truststore.password=Aa123456
12
13 storage.cql.read-consistency-level=LOCAL_QUORUM
14 storage.cql.write-consistency-level=LOCAL_QUORUM
15 storage.cql.replication-strategy-class=org.apache.cassandra.locator.NetworkTopologyStrategy
16 storage.cql.replication-strategy-options=DC-sdc-iltlv633,1
17 storage.cql.local-datacenter=DC-sdc-iltlv633
18
19
20 cache.db-cache = false
21 cache.db-cache-clean-wait = 20
22 cache.db-cache-time = 180000
23 cache.db-cache-size = 0.5
24
25 cache.tx-cache-size = 1000000
26
27 storage.lock.retries=5
28 storage.lock.wait-time=500