blob: 7361a3ccc4e8d9ea5c270e61f47c8f50b69dde29 (
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
26
27
28
29
30
|
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.keystore.location=
storage.cql.ssl.keystore.password=
storage.cql.ssl.truststore.location=
storage.cql.ssl.truststore.password=
storage.cql.read-consistency-level=ONE
storage.cql.write-consistency-level=ALL
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 = true
cache.db-cache-clean-wait = 20
cache.db-cache-time = 180000
cache.db-cache-size = 0.5
cache.tx-cache-size = 1000000
storage.lock.retries=5
graph.replace-instance-if-exists=true
|