summaryrefslogtreecommitdiffstats
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/Readme.md b/Readme.md
index fc66fa8..0d5e4e9 100644
--- a/Readme.md
+++ b/Readme.md
@@ -34,7 +34,7 @@ You will be mounting these as data volumes when you start the Docker container.
**Populate these directories as follows:**
-##### Contents of /opt/app/model-loader/appconfig
+#### Contents of /opt/app/model-loader/appconfig
The following file must be present in this directory on the host machine:
@@ -75,6 +75,9 @@ _model-loader.properties_
# Artifact type we want to download from the SDC (the values below will typically suffice)
ml.distribution.ARTIFACT_TYPES=MODEL_INVENTORY_PROFILE,MODEL_QUERY_SPEC,VNF_CATALOG
+
+ # List of message bus addresses on which to listen for distribution events
+ ml.distribution.MSG_BUS_ADDRESSES=<host1>,<host2>
# URL of the A&AI
ml.aai.BASE_URL=https://<AAI-Hostname>:8443