summaryrefslogtreecommitdiffstats
path: root/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/instance_config.sh
blob: ac8e033760c1978f20a5b32cc245549cf0a5893b (plain)
1
2
3
4
5
6
#!/bin/bash

# Update MSB config
sed -i "s|msbServiceUrl:.*|msbServiceUrl: http://$MSB_ADDR|" conf/console.yml
sed -i "s|serviceIp:.*|serviceIp: $SERVICE_IP|" conf/console.yml
cat conf/console.yml