summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaMont, William(wl2432) <wl2432@att.com>2020-02-27 12:31:33 -0500
committerLaMont, William(wl2432) <wl2432@att.com>2020-02-27 12:36:32 -0500
commit9b2ba77ae53ead7c68937a2221d70396a5b27512 (patch)
tree3627c0d36456c69643581260f41d6c2d2c5b5a5e
parentee51b676e8d41be7ba60e3d3ab30b290dd8391a2 (diff)
add port to extsys for ESR connection
Issue-ID: AAI-2734 Change-Id: Iba1849e0d73722eb0cac0598245d2b216aaa4381 Signed-off-by: LaMont, William(wl2432) <wl2432@att.com>
-rw-r--r--standalone/src/main/assembly/docker/instance_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/src/main/assembly/docker/instance_config.sh b/standalone/src/main/assembly/docker/instance_config.sh
index a52335d..e62bd97 100644
--- a/standalone/src/main/assembly/docker/instance_config.sh
+++ b/standalone/src/main/assembly/docker/instance_config.sh
@@ -4,6 +4,6 @@ MSB_IP=`echo $MSB_ADDR | cut -d: -f 1`
MSB_PORT=`echo $MSB_ADDR | cut -d: -f 2`
sed -i "s|msbDiscoveryIp.*|msbDiscoveryIp: $MSB_IP|" /home/esr/conf/extsys.yml
-sed -i "s|msbServerAddr.*|msbServerAddr: http://$MSB_IP|" /home/esr/conf/extsys.yml
+sed -i "s|msbServerAddr.*|msbServerAddr: http://$MSB_IP:$MSB_PORT|" /home/esr/conf/extsys.yml
cat /home/esr/conf/extsys.yml