aboutsummaryrefslogtreecommitdiffstats
path: root/models-interactions/model-simulators/src/main/resources/org/onap/policy/simulators/dmaap/AuthDmaapParameters.json
blob: cd84faf1eec117a56c775211525346d296e55fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "AuthDMaapSim",
    "topicSweepSec": 300,
    "restServerParameters": {
        "host": "0.0.0.0",
        "port": 3903,
        "sniHostCheck": false,
        "useHttps": true,
        "userName": "my-username",
        "password": "my-password"
    }
}