summaryrefslogtreecommitdiffstats
path: root/policy-management/config/policy-engine.properties
blob: bf28bc805328f812d59e55adad79a785b8f3fefd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Policy Engine Configuration

# Configuration Channel Settings: PDPD_CONFIGURATION

ueb.source.topics=PDPD_CONFIGURATION
ueb.source.topics.PDPD_CONFIGURATION.servers=
ueb.source.topics.PDPD_CONFIGURATION.apiKey=
ueb.source.topics.PDPD_CONFIGURATION.apiSecret=
ueb.source.topics.PDPD_CONFIGURATION.consumerGroup=
ueb.source.topics.PDPD_CONFIGURATION.consumerInstance=
ueb.source.topics.PDPD_CONFIGURATION.managed=false

ueb.sink.topics=PDPD_CONFIGURATION
ueb.sink.topics.PDPD_CONFIGURATION.servers=
ueb.sink.topics.PDPD_CONFIGURATION.apiKey=
ueb.sink.topics.PDPD_CONFIGURATION.apiSecret=
ueb.sink.topics.PDPD_CONFIGURATION.partitionKey=
ueb.sink.topics.PDPD_CONFIGURATION.managed=false

http.server.services=CONFIG
http.server.services.CONFIG.host=0.0.0.0
http.server.services.CONFIG.port=9696
http.server.services.CONFIG.userName=x
http.server.services.CONFIG.password=y
http.server.services.CONFIG.restPackages=org.onap.policy.drools.server.restful
#http.server.services.CONFIG.restPackages=org.onap.policy.drools.server.restful,org.onap.policy.drools.healthcheck
#http.server.services.CONFIG.restClasses=org.onap.policy.drools.server.restful.RestManager,org.onap.policy.drools.healthcheck.RestHealthCheck
#http.server.services.CONFIG.restClasses=org.onap.policy.drools.server.restful.RestManager
http.server.services.CONFIG.managed=false
http.server.services.CONFIG.swagger=true