aboutsummaryrefslogtreecommitdiffstats
path: root/asdctool/src/main/resources/config/janusgraph.properties
blob: e0b844f55498004d55e2bc62dd087fa183ed075d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
storage.backend=cql
storage.hostname=192.168.33.10
storage.port=9042
storage.username=asdc_user
storage.password=Aa1234%^!
storage.connection-timeout=10000
storage.cql.keyspace=sdctitan

storage.cql.ssl.enabled=true
storage.cql.ssl.truststore.location=C:\\gitWork\\vagrant-sdc-all-in-one\\mytmp.trust
storage.cql.ssl.truststore.password=Aa123456

storage.cql.read-consistency-level=LOCAL_QUORUM
storage.cql.write-consistency-level=LOCAL_QUORUM
storage.cql.replication-strategy-class=org.apache.cassandra.locator.NetworkTopologyStrategy
storage.cql.replication-strategy-options=DC-sdc-iltlv633,1
storage.cql.local-datacenter=DC-sdc-iltlv633


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.retries=5
storage.lock.wait-time=500