diff options
Diffstat (limited to 'runtime/src/test/resources/clds/sdc-controller-config-NULL.json')
-rw-r--r-- | runtime/src/test/resources/clds/sdc-controller-config-NULL.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/runtime/src/test/resources/clds/sdc-controller-config-NULL.json b/runtime/src/test/resources/clds/sdc-controller-config-NULL.json new file mode 100644 index 000000000..bf310c706 --- /dev/null +++ b/runtime/src/test/resources/clds/sdc-controller-config-NULL.json @@ -0,0 +1,11 @@ +{ + "user": "User", + "consumerGroup": "NULL", + "consumerId": "consumerId", + "environmentName": "environmentName", + "sdcAddress": "hostname:8080", + "password": "bb3871669d893c7fb8aaacda31b77b4f537E67A081C2726889548ED7BC4C2DE6", + "pollingInterval":10, + "pollingTimeout":30, + "messageBusAddresses":["localhost"] +} |