summaryrefslogtreecommitdiffstats
path: root/multivimbroker/docker
diff options
context:
space:
mode:
authorBin Yang <bin.yang@windriver.com>2020-02-01 11:20:43 +0800
committerBin Yang <bin.yang@windriver.com>2020-02-01 12:03:46 +0800
commit0a542045a647da97f24b22ef41e422edac30ed9f (patch)
treee34cb8186439365aeda91e59dcfa1387b649e8bc /multivimbroker/docker
parentf1f52b3ccf0ab78007a98947211b4fcdfd54b5e6 (diff)
Enable the usage of msb https endpints
The default enpoint is still http Issue-ID: MULTICLOUD-978 Signed-off-by: Bin Yang <bin.yang@windriver.com> Change-Id: I2bb8e64bfe5a26a183b3f8bb86ebd9c3ab9481b0
Diffstat (limited to 'multivimbroker/docker')
-rw-r--r--multivimbroker/docker/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/multivimbroker/docker/Dockerfile b/multivimbroker/docker/Dockerfile
index 2bfeac8..f12a875 100644
--- a/multivimbroker/docker/Dockerfile
+++ b/multivimbroker/docker/Dockerfile
@@ -1,5 +1,6 @@
FROM python:3.7-alpine
+ENV MSB_PROTO "http"
ENV MSB_ADDR "127.0.0.1"
ENV MSB_PORT "80"
ENV AAI_ADDR "aai.api.simpledemo.openecomp.org"