diff options
author | Kotagiri, Ramprasad (rp5662) <rp5662@att.com> | 2020-08-13 16:15:02 -0400 |
---|---|---|
committer | Kotagiri, Ramprasad (rp5662) <rp5662@att.com> | 2020-08-13 18:10:18 -0400 |
commit | c32511155acad5b70dcc3cf29e9bfa36276f3894 (patch) | |
tree | 5523ebb0e4adfbcdd52a177b7e8ba0f577ad887c /ccsdk-app-os/src/main/webapp/WEB-INF | |
parent | 09762dc92a06fb885f7055796db390a3a1baa535 (diff) |
fix the docker install script for app properties
Issue-ID: DCAEGEN2-1857
Change-Id: Ic0845500344d0b7c85183ed606413fc67ef52e51
Signed-off-by: Kotagiri, Ramprasad (rp5662) <rp5662@att.com>
Diffstat (limited to 'ccsdk-app-os/src/main/webapp/WEB-INF')
-rw-r--r-- | ccsdk-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ccsdk-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties b/ccsdk-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties index a43f85c..b3b0359 100644 --- a/ccsdk-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties +++ b/ccsdk-app-os/src/main/webapp/WEB-INF/conf/dashboard.properties @@ -31,15 +31,15 @@ controller.env = dev controller.site.list = primary -site.primary.name = mtn23a -site.primary.cloudify.url = https://eom-orcl-d14.ecomp.idns.cip.att.com/api/v3.1 -site.primary.consul.url = https://eom-cnsl-d14.ecomp.idns.cip.att.com:9500/ -site.primary.inventory.url = https://eom-invt-d14.ecomp.idns.cip.att.com:30123 -site.primary.dhandler.url = https://eom-dplh-d14.ecomp.idns.cip.att.com:30125/ -site.primary.dbcl.url = https://ecompc-dbclgui-dev-s5.ecomp.idns.cip.att.com:30162/dmaap-bc-app/doLogin +site.primary.name = onap +site.primary.cloudify.url = https://dcae-cloudify-manager/api/v3.1 +site.primary.consul.url = http://consul-server:8500 +site.primary.inventory.url = https://inventory:8080 +site.primary.dhandler.url = https://deployment-handler:8443 +site.primary.dbcl.url = https://dbclgui.com:30162/dmaap-bc-app/doLogin site.primary.feed_m.url = https://feedM.com site.primary.cloudify.username = admin -site.primary.cloudify.password = Cloudify_local +site.primary.cloudify.password = local site.primary.cloudify.is_encrypted = false |