aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/stability/src/main/resources/setup/config/jsonConfigs/dmaapSimConfig.json
blob: ea8f7c03e0928b6517d16f95c1f0dc4373c95616 (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
        }
    ]
}