aboutsummaryrefslogtreecommitdiffstats
path: root/models-sim/policy-models-simulators/src/test/resources/minParameters.json
blob: c7ea4987472b1ce53bbc086a259ae5b49ccedc33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "restServers": [
        {
            "name": "A&AI simulator",
            "providerClass": "org.onap.policy.simulators.AaiSimulatorJaxRs",
            "host": "localhost",
            "port": 6766,
            "https": true
        }
    ],
    "topicSinks": [],
    "topicSources": [],
    "topicServers": []
}