e1b32b7d4ac9feaac5093f98cec7fc52c53b3d03
[so.git] / asdc-controller / src / test / resources / mso4-with-TLS.json
1 {
2   "asdc-connections":{
3     "asdc-controller1":{
4         "user": "User",
5         "consumerGroup": "consumerGroup",
6         "consumerId": "consumerId",
7         "environmentName": "environmentName",
8         "asdcAddress": "hostname",
9         "password": "1c551b8b5ab91fcd5a0907b11c304199",
10         "pollingInterval":10,
11         "pollingTimeout":30,
12         "activateServerTLSAuth": true,
13        "watchDogTimeout": "300",
14        "messageBusAddress": [
15          "localhost",
16          "localhost",
17          "localhost"
18        ],
19         "keyStorePassword":"1c551b8b5ab91fcd5a0907b11c304199",    
20         "keyStorePath": "/test"
21     }
22   }
23 }