Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 1 | storage.backend=cassandrathrift |
| 2 | storage.hostname=192.168.33.10 |
Michael Lando | 451a340 | 2017-02-19 10:28:42 +0200 | [diff] [blame] | 3 | storage.port=9160 |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 4 | storage.username=asdc_user |
| 5 | storage.password=Aa1234%^! |
| 6 | storage.connection-timeout=10000 |
| 7 | storage.cassandra.keyspace=sdctitan |
| 8 | |
| 9 | storage.cassandra.ssl.enabled=true |
| 10 | storage.cassandra.ssl.truststore.location=C:\\gitWork\\vagrant-sdc-all-in-one\\mytmp.trust |
| 11 | storage.cassandra.ssl.truststore.password=Aa123456 |
| 12 | |
| 13 | storage.cassandra.read-consistency-level=LOCAL_QUORUM |
| 14 | storage.cassandra.write-consistency-level=LOCAL_QUORUM |
| 15 | storage.cassandra.replication-strategy-class=org.apache.cassandra.locator.NetworkTopologyStrategy |
| 16 | storage.cassandra.replication-strategy-options=DC-sdc-iltlv633,1 |
| 17 | storage.cassandra.astyanax.local-datacenter=DC-sdc-iltlv633 |
| 18 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 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 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 25 | cache.tx-cache-size = 1000000 |
| 26 | |
| 27 | storage.lock.retries=5 |
| 28 | storage.lock.wait-time=500 |