aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-controller/src/test/resources/mso4-with-TLS.json
blob: 8c14117c419f06d80fb08bebffb4fc49def5f3d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "asdc-connections":{
    "asdc-controller1":{
        "user": "User",
        "consumerGroup": "consumerGroup",
        "consumerId": "consumerId",
        "environmentName": "environmentName",
        "asdcAddress": "hostname",
        "password": "1c551b8b5ab91fcd5a0907b11c304199",
        "pollingInterval":10,
        "pollingTimeout":30,
        "activateServerTLSAuth": true,
       "watchDogTimeout": "300",
        "keyStorePassword":"1c551b8b5ab91fcd5a0907b11c304199",    
        "keyStorePath": "/test"
    }
  }
}