Merge "fix sdnc.cluster script to use new NodePort prefix"
[oom.git] / kubernetes / pomba / charts / pomba-contextaggregator / resources / config / application.properties
1 # Copyright © 2018 Amdocs
2 #
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14 server.port=9529
15 server.ssl.key-store=/auth/tomcat_keystore
16 server.ssl.key-store-password=onapSecret
17 server.ssl.key-password=onapSecret
18
19 builders.properties.path=config/builders/
20
21 # Transport Configuration
22 transport.consume.host=message-router
23 transport.consume.port=3904
24 transport.consume.topic=POA-AUDIT-INIT
25 transport.consume.motsid=motsid@motsid.com
26 transport.consume.pass=1234
27 transport.consume.consumergroup=audit1
28 transport.consume.consumerid=audit1
29 transport.consume.timeout=15000
30 transport.consume.batchsize=8
31 transport.consume.type=HTTPAUTH
32
33 transport.publish.host=message-router
34 transport.publish.port=3904
35 transport.publish.topic=POA-RULE-VALIDATION
36 transport.publish.motsid=motsid@motsid.com
37 transport.publish.pass=1234
38 transport.publish.batchsize=8
39 transport.publish.maxage=1000
40 transport.publish.delay=1000
41 transport.publish.type=HTTPAUTH
42 transport.publish.partition=1
43 transport.publish.retries=4
44
45 event.header.domain=onap
46 event.header.source-name=RO
47 event.header.event-type=POA-EVENT
48 event.header.entity-type=poa-entity
49 event.header.top-entity-type=poa-entity
50 event.header.topic-name=POA-RULE-VALIDATION