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 |
Jorge Hernandez | 881c32e | 2017-05-25 16:44:15 -0500 | [diff] [blame] | 21 | http.server.services.CONFIG.host=0.0.0.0 |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 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 |
Jorge Hernandez | 881c32e | 2017-05-25 16:44:15 -0500 | [diff] [blame] | 26 | #http.server.services.CONFIG.restPackages=org.openecomp.policy.drools.server.restful,org.openecomp.policy.drools.healthcheck |
| 27 | #http.server.services.CONFIG.restClasses=org.openecomp.policy.drools.server.restful.RestManager,org.openecomp.policy.drools.healthcheck.RestHealthCheck |
| 28 | #http.server.services.CONFIG.restClasses=org.openecomp.policy.drools.server.restful.RestManager |
Pamela Dragosh | 0e16acf | 2017-02-14 19:45:48 -0500 | [diff] [blame] | 29 | http.server.services.CONFIG.managed=false |
Jorge Hernandez | 881c32e | 2017-05-25 16:44:15 -0500 | [diff] [blame] | 30 | http.server.services.CONFIG.swagger=true |