diff options
author | LiZi <li.zi30@zte.com.cn> | 2018-03-19 02:36:23 -0400 |
---|---|---|
committer | LiZi <li.zi30@zte.com.cn> | 2018-03-19 02:36:32 -0400 |
commit | 186c4b03cb192324f2d359273ee645d98ea8d1f2 (patch) | |
tree | 32cc804a7014cea8eeee4f8433a52ddf6c8876e3 /standalone/src/main/assembly/docker/instance_config.sh | |
parent | 8f2110fa99cda5a17fe62a3916fba2c3c5925c48 (diff) |
Change the port config about MSB to 443
Change-Id: I526a6c484ed19db0c72e1596100d5cb2419cb0f1
Issue-ID: AAI-892
Signed-off-by: LiZi <li.zi30@zte.com.cn>
Diffstat (limited to 'standalone/src/main/assembly/docker/instance_config.sh')
-rw-r--r-- | standalone/src/main/assembly/docker/instance_config.sh | 2 |
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 4944df7..8987eef 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:80|" /home/esr/conf/extsys.yml +sed -i "s|msbServerAddr.*|msbServerAddr: http://$MSB_IP:443|" /home/esr/conf/extsys.yml cat /home/esr/conf/extsys.yml |