blob: 6123a855bec4d57520c8ab39cf712c9a3f449b1b (
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
|
storage.backend=cql
storage.hostname=sdc-cs
storage.port=9042
storage.username=asdc_user
storage.password=Aa1234%^!
storage.connection-timeout=20000
storage.cql.keyspace=sdctitan
storage.cql.ssl.enabled=false
storage.cql.ssl.truststore.location=
storage.cql.ssl.truststore.password=
storage.cql.read-consistency-level=LOCAL_QUORUM
storage.cql.write-consistency-level=LOCAL_QUORUM
storage.cql.replication-strategy-class=NetworkTopologyStrategy
storage.cql.replication-strategy-options=SDC-CS-integration-test,1
storage.cql.local-datacenter=SDC-CS-integration-test
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.wait-time=500
|