aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/src/test/resources/mso.json
blob: 6d3f7a32338e6dc17f4667f6c6c47ca5ac1f7175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "asdc-connections":{
    "asdc-controller1":{
        "user": "User",
        "consumerGroup": "consumerGroup",
        "consumerId": "consumerId",
        "environmentName": "environmentName",
        "asdcAddress": "hostname",
        "password": "1c551b8b5ab91fcd5a0907b11c304199",
       "watchDogTimeout": "300",
       "messageBusAddress": [
         "localhost",
         "localhost",
         "localhost"
       ],
        "pollingInterval":10,
        "pollingTimeout":30
    
    }
  }
}