aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/setup/config/jsonConfigs/dmaapSimConfig.json
blob: fc08b0a8556fa5e8e82d3308962e10183dc4a92f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "dmaapProvider": {
    "name": "DMaaP simulator",
    "topicSweepSec": 900
  },
  "restServers": [
    {
      "name": "DMaaP simulator",
      "providerClass": "org.onap.policy.models.sim.dmaap.rest.DmaapSimRestControllerV1",
      "host": "0.0.0.0",
      "port": 3904,
      "https": false
    }
  ]
}