blob: 27bd76517ef1b7e01e22ce512501b16d0596b442 [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
Jorge Hernandez881c32e2017-05-25 16:44:15 -050021http.server.services.CONFIG.host=0.0.0.0
Pamela Dragosh0e16acf2017-02-14 19:45:48 -050022http.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
Jorge Hernandez881c32e2017-05-25 16:44:15 -050026#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 Dragosh0e16acf2017-02-14 19:45:48 -050029http.server.services.CONFIG.managed=false
Jorge Hernandez881c32e2017-05-25 16:44:15 -050030http.server.services.CONFIG.swagger=true