Remove topic.properties and incorporate into overall config file for xacml
[policy/xacml-pdp.git] / main / src / test / resources / parameters / MinimumParameters.json
1 {
2     "name": "XacmlPdpGroup",
3     "restServerParameters": {
4         "host": "0.0.0.0",
5         "port": 6969,
6         "userName": "healthcheck",
7         "password": "zb!XztG34"
8     },
9     "applicationPath": "apps.test",
10         "topicParameterGroup": {
11         "topicSources" : [{
12             "topic" : "POLICY-PDP-PAP",
13             "servers" : [ "anyserver" ],
14             "topicCommInfrastructure" : "noop"
15         }],
16         "topicSinks" : [{
17             "topic" : "POLICY-PDP-PAP",
18             "servers" : [ "anyserver" ],
19             "topicCommInfrastructure" : "noop"
20         }]
21     }
22 }