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