blob: be9d02c8da12e2e7af51cc9a172d4d7b3ab790e9 (
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.api.simpledemo.onap.org:8443",
"password": "enc:JPV4p067JlSXt2Fet9bfuI8JpkS4ZGYVcgypcPs98gXjgjCjTze_d3JxqmlKaaakdiOjIcEC_MJh6-5pJTLgdc",
"pollingInterval":30,
"pollingTimeout":30,
"activateServerTLSAuth":"false",
"keyStorePassword":"",
"keyStorePath":"",
"messageBusAddresses":["ueb.api.simpledemo.onap.org"]
}
}
}
|