summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-04-12 11:44:31 +0200
committerEddy Hautot <eh552t@intl.att.com>2018-04-12 11:04:59 +0000
commit14fd9e6cc1ae80f422bdea8f53f65bdc56c9d9a9 (patch)
treecdcc9c272d423e67420bf686952919912591eaf2 /src
parent59d824e1b4af08ceb77bc8986b1c2b1e379f662a (diff)
Add default config
Add the default configuration for sdc-controller so that it can work with oom or docker instances Issue-ID: CLAMP-151 Change-Id: Ia69c740efceddfaec6d7e0d5e31cc3d7eecb4545 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
Diffstat (limited to 'src')
-rw-r--r--src/main/resources/clds/sdc-controllers-config.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/resources/clds/sdc-controllers-config.json b/src/main/resources/clds/sdc-controllers-config.json
index fa1533de..2b99a2cc 100644
--- a/src/main/resources/clds/sdc-controllers-config.json
+++ b/src/main/resources/clds/sdc-controllers-config.json
@@ -5,14 +5,14 @@
"consumerGroup": "consumerGroup2",
"consumerId": "consumerId2",
"environmentName": "AUTO",
- "sdcAddress": "10.12.6.0:8443",
+ "sdcAddress": "sdc.api.simpledemo.onap.org:8443",
"password": "b7acccda32b98c5bb7acccda32b98c5b05D511BD6D93626E90D18E9D24D9B78CD34C7EE8012F0A189A28763E82271E50A5D4EC10C7D93E06E0A2D27CAE66B981",
"pollingInterval":30,
"pollingTimeout":30,
"activateServerTLSAuth":"false",
"keyStorePassword":"",
"keyStorePath":"",
- "messageBusAddresses":["10.12.5.235"]
+ "messageBusAddresses":["ueb.api.simpledemo.onap.org"]
}
}
}