Update snapshot and/or references of policy/xacml-pdp to latest snapshots
[policy/xacml-pdp.git] / tutorials / tutorial-xacml-application / src / main / docker / config / sim / simParameters.json
1 {
2     "dmaapProvider": {
3         "name": "DMaaP simulator",
4         "topicSweepSec": 300
5     },
6     "restServers": [
7         {
8             "name": "DMaaP simulator",
9             "providerClass": "org.onap.policy.models.sim.dmaap.rest.DmaapSimRestControllerV1",
10             "host": "0.0.0.0",
11             "port": 3904,
12             "https": false
13         }
14     ]
15 }