aboutsummaryrefslogtreecommitdiffstats
path: root/tutorials/tutorial-xacml-application/src/main/docker/config/sim/simParameters.json
blob: bd4352010e1deab90faf3ee5e248c7cc0bbdd4e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "dmaapProvider": {
        "name": "DMaaP simulator",
        "topicSweepSec": 300
    },
    "restServers": [
        {
            "name": "DMaaP simulator",
            "providerClass": "org.onap.policy.models.sim.dmaap.rest.DmaapSimRestControllerV1",
            "host": "0.0.0.0",
            "port": 3904,
            "https": false
        }
    ]
}