blob: 5f22a08837fac4e717f723ceaa8e934ae6b2cdc6 [file] [log] [blame]
Michael Lando5b593492018-07-29 16:13:45 +03001storage.backend=cassandrathrift
2storage.hostname=192.168.33.10
Michael Lando451a3402017-02-19 10:28:42 +02003storage.port=9160
Michael Lando5b593492018-07-29 16:13:45 +03004storage.username=asdc_user
5storage.password=Aa1234%^!
6storage.connection-timeout=10000
7storage.cassandra.keyspace=sdctitan
8
9storage.cassandra.ssl.enabled=true
10storage.cassandra.ssl.truststore.location=C:\\gitWork\\vagrant-sdc-all-in-one\\mytmp.trust
11storage.cassandra.ssl.truststore.password=Aa123456
12
13storage.cassandra.read-consistency-level=LOCAL_QUORUM
14storage.cassandra.write-consistency-level=LOCAL_QUORUM
15storage.cassandra.replication-strategy-class=org.apache.cassandra.locator.NetworkTopologyStrategy
16storage.cassandra.replication-strategy-options=DC-sdc-iltlv633,1
17storage.cassandra.astyanax.local-datacenter=DC-sdc-iltlv633
18
Tal Gitelman51d50f02017-12-10 18:55:03 +020019
20cache.db-cache = false
21cache.db-cache-clean-wait = 20
22cache.db-cache-time = 180000
23cache.db-cache-size = 0.5
24
Michael Lando5b593492018-07-29 16:13:45 +030025cache.tx-cache-size = 1000000
26
27storage.lock.retries=5
28storage.lock.wait-time=500