shrek2000 | 0594c41 | 2020-01-30 14:52:49 +0200 | [diff] [blame] | 1 | storage.backend=cql |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 2 | storage.hostname=192.168.33.10 |
shrek2000 | 0594c41 | 2020-01-30 14:52:49 +0200 | [diff] [blame] | 3 | storage.port=9042 |
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 |
shrek2000 | 0594c41 | 2020-01-30 14:52:49 +0200 | [diff] [blame] | 7 | storage.cql.keyspace=sdctitan |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 8 | |
shrek2000 | 0594c41 | 2020-01-30 14:52:49 +0200 | [diff] [blame] | 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 |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 12 | |
shrek2000 | 0594c41 | 2020-01-30 14:52:49 +0200 | [diff] [blame] | 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 |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 18 | |
Tal Gitelman | 51d50f0 | 2017-12-10 18:55:03 +0200 | [diff] [blame] | 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 | |
Michael Lando | 5b59349 | 2018-07-29 16:13:45 +0300 | [diff] [blame] | 24 | cache.tx-cache-size = 1000000 |
| 25 | |
| 26 | storage.lock.retries=5 |
Lasse Kaihlavirta | 986b34d | 2020-03-18 20:22:18 +0200 | [diff] [blame] | 27 | storage.lock.wait-time=500 |
| 28 | |
| 29 | ids.renew-timeout=240000 |
| 30 | ids.authority.wait-time=3000 |