diff options
Diffstat (limited to 'runtime/src/main/resources/clds/sdc-controllers-config.json')
-rw-r--r-- | runtime/src/main/resources/clds/sdc-controllers-config.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/runtime/src/main/resources/clds/sdc-controllers-config.json b/runtime/src/main/resources/clds/sdc-controllers-config.json deleted file mode 100644 index be9d02c8d..000000000 --- a/runtime/src/main/resources/clds/sdc-controllers-config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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"] - } - } -} |