aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-notification-lib/openecomp-sdc-notification-worker/src/main/resources/onboarding_configuration.yaml
blob: d662b75f2d20d2d9651b3c844030a9300ceaafdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
notifications:
    pollingIntervalMsec: 2000
    selectionSize: 10
    beHost: localhost
    beHttpPort: 8080

cassandraConfig:
    cassandraHosts: ['localhost']
    localDataCenter: CLUSTER_NAME
    reconnectTimeout : 30000
    authenticate: true
    username: CS_USER
    password: CS_PASS
    ssl: false
    truststorePath : /config/.truststore
    truststorePassword : Aa123456