| { |
| "sdc-connections":{ |
| "sdc-controller1":{ |
| "user": "User1", |
| "consumerGroup": "consumerGroup1", |
| "consumerId": "consumerId1", |
| "environmentName": "environmentName1", |
| "sdcAddress": "localhost:${docker.http-cache.port.host}", |
| "password": "bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6", |
| "pollingInterval":10, |
| "pollingTimeout":30, |
| "messageBusAddresses":["localhost"] |
| }, |
| "sdc-controller2":{ |
| "user": "User2", |
| "consumerGroup": "consumerGroup2", |
| "consumerId": "consumerId2", |
| "environmentName": "environmentName2", |
| "sdcAddress": "localhost:${docker.http-cache.port.host}", |
| "password": "bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6", |
| "pollingInterval":10, |
| "pollingTimeout":30, |
| "messageBusAddresses":["localhost"] |
| |
| } |
| } |
| } |