Avi Ziv | c175a0d | 2018-03-15 13:21:44 +0200 | [diff] [blame] | 1 | notifications: |
2 | pollingIntervalMsec: 2000 | ||||
3 | selectionSize: 10 | ||||
4 | beHost: localhost | ||||
5 | beHttpPort: 8080 | ||||
6 | |||||
7 | cassandraConfig: | ||||
8 | cassandraHosts: ['localhost'] | ||||
9 | localDataCenter: CLUSTER_NAME | ||||
10 | reconnectTimeout : 30000 | ||||
11 | authenticate: true | ||||
12 | username: CS_USER | ||||
13 | password: CS_PASS | ||||
14 | ssl: false | ||||
15 | truststorePath : /config/.truststore | ||||
16 | truststorePassword : Aa123456 |