diff options
-rw-r--r-- | volumes/mso/chef-config/mso-docker.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/volumes/mso/chef-config/mso-docker.json b/volumes/mso/chef-config/mso-docker.json index a3f65b9..9010820 100644 --- a/volumes/mso/chef-config/mso-docker.json +++ b/volumes/mso/chef-config/mso-docker.json @@ -6,7 +6,11 @@ "default_attributes": { "mso_config_path": "/etc/mso/config.d/", - + "mso-topology-config": + { + "msb-server-ip": "172.30.3.34", + "msb-server-port": "80" + }, "mso-api-handler-infra-config": { "bpelURL": "http://mso:8080", |