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