Update error message for missing sub mapping properties
[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 cache.db-cache = false
20 cache.db-cache-clean-wait = 20
21 cache.db-cache-time = 180000
22 cache.db-cache-size = 0.5
23
24 cache.tx-cache-size = 1000000
25
26 storage.lock.retries=5
27 storage.lock.wait-time=500
28
29 ids.renew-timeout=240000
30 ids.authority.wait-time=3000