summaryrefslogtreecommitdiffstats
path: root/tools/development/run-pm-mapper.sh
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2022-03-11 11:03:30 +0100
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2022-03-11 11:03:30 +0100
commit72c62a090d7551c1619321ab8c8c81a60516efe8 (patch)
tree929150b17f36e0dba059b530d00b6600c442154f /tools/development/run-pm-mapper.sh
parentb768cba41ac112da9736c872257c6399fd8502cc (diff)
Fix pm-mapper dev tools
Issue-ID: DCAEGEN2-3091 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I16c4e8f38c3dc0d845e571e112cbc25c7fc459e3
Diffstat (limited to 'tools/development/run-pm-mapper.sh')
-rwxr-xr-xtools/development/run-pm-mapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/development/run-pm-mapper.sh b/tools/development/run-pm-mapper.sh
index ac7ce31..91c7766 100755
--- a/tools/development/run-pm-mapper.sh
+++ b/tools/development/run-pm-mapper.sh
@@ -21,7 +21,7 @@ TARGET_CONFIG_PATH=/app-config/application_config.yaml
docker run -d -p 8081:8081 \
--mount type=bind,source="$PWD/certs",target="/opt/app/pm-mapper/etc/certs/" \
--mount type=bind,source="$PWD/resources/mount_config.yaml",target="$TARGET_CONFIG_PATH" \
- -e "CONFIG_BINDING_SERVICE=$CBS_IP" \
+ -e "CONFIG_BINDING_SERVICE=0.0.0.0" \
-e "CONFIG_BINDING_SERVICE_SERVICE_PORT=10000" \
-e "CBS_CLIENT_CONFIG_PATH=$TARGET_CONFIG_PATH" \
-e "PROCESSING_LIMIT_RATE=1" \