blob: 4d5f02945d80fde36168c5cac4b1baf7b6af1438 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"user": "User",
"consumerGroup": "consumerGroup",
"consumerId": "consumerId",
"environmentName": "environmentName",
"sdcAddress": "hostname:8080",
"password": "QpF2TcrdRSFADqDxH1HwDYdYUIbMxOj-TrGd6Vqvwzd",
"pollingInterval":10,
"pollingTimeout":30,
"activateServerTLSAuth": true,
"keyStorePassword":"QpF2TcrdRSFADqDxH1HwDYdYUIbMxOj-TrGd6Vqvwzd",
"keyStorePath": "/test",
"messageBusAddresses":["localhost"]
}
|