blob: 41456c272312a648cab1e409c247b670893ef4b0 [file] [log] [blame]
Pamela Dragosh0e16acf2017-02-14 19:45:48 -05001# Policy Engine Configuration
2
3# Configuration Channel Settings: PDPD_CONFIGURATION
4
5ueb.source.topics=PDPD_CONFIGURATION
6ueb.source.topics.PDPD_CONFIGURATION.servers=
7ueb.source.topics.PDPD_CONFIGURATION.apiKey=
8ueb.source.topics.PDPD_CONFIGURATION.apiSecret=
9ueb.source.topics.PDPD_CONFIGURATION.consumerGroup=
10ueb.source.topics.PDPD_CONFIGURATION.consumerInstance=
11ueb.source.topics.PDPD_CONFIGURATION.managed=false
12
13ueb.sink.topics=PDPD_CONFIGURATION
14ueb.sink.topics.PDPD_CONFIGURATION.servers=
15ueb.sink.topics.PDPD_CONFIGURATION.apiKey=
16ueb.sink.topics.PDPD_CONFIGURATION.apiSecret=
17ueb.sink.topics.PDPD_CONFIGURATION.partitionKey=
18ueb.sink.topics.PDPD_CONFIGURATION.managed=false
19
20http.server.services=CONFIG
21http.server.services.CONFIG.host=localhost
22http.server.services.CONFIG.port=9696
23http.server.services.CONFIG.userName=x
24http.server.services.CONFIG.password=y
25http.server.services.CONFIG.restPackages=org.openecomp.policy.drools.server.restful
26http.server.services.CONFIG.managed=false