aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/src/test/resources/mso-with-NULL.json
blob: aeb740f31c6df9e662d1efed49e5b566af5e2101 (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": "NULL",
        "consumerId": "consumerId",
        "environmentName": "environmentName",
        "asdcAddress": "hostname",
        "password": "1c551b8b5ab91fcd5a0907b11c304199",
       "watchDogTimeout": "300",
       "messageBusAddress": [
         "localhost",
         "localhost",
         "localhost"
       ],
        "pollingInterval":10,
        "pollingTimeout":30
        
    }
  }
}