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