blob: 6021b21d217ac0ca7fa3eea72846b4386f0e9f92 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"sdc-connections":{
"sdc-controller":{
"user": "clamp",
"consumerGroup": "clamp",
"consumerId": "clamp",
"environmentName": "AUTO",
"sdcAddress": "sdc-be.{{ include "common.namespace" . }}:8443",
"password": "${SDC_CLIENT_PASSWORD_ENC}",
"pollingInterval":30,
"pollingTimeout":30,
"activateServerTLSAuth":"false",
"keyStorePassword":"",
"keyStorePath":"",
"messageBusAddresses":["message-router.{{ include "common.namespace" . }}"]
}
}
}
|