Create on boarding docker
[sdc.git] / openecomp-be / lib / openecomp-sdc-notification-lib / openecomp-sdc-notification-worker / src / main / resources / onboarding_configuration.yaml
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