Change qp's RMR listen port to 4560
[ric-app/qp.git] / docs / developers-guide.rst
index e19c0c0..861336a 100755 (executable)
@@ -19,6 +19,7 @@ This project follows semver. When changes are made, update the version strings i
 #. ``container-tag.yaml``
 #. ``docs/release-notes.rst``
 #. ``setup.py``
+#. ``xapp-descriptor/config.json``
 
 
 Testing RMR Healthcheck
@@ -30,7 +31,8 @@ to test that the RMR healthcheck is working.
 
     docker build -t qpd:latest -f  Dockerfile .
     docker run -d --net=host -e USE_FAKE_SDL=1 qpd:latest
-    docker exec -it CONTAINER_ID /usr/local/bin/rmr_probe -h 127.0.0.1:4562
+    docker exec -it CONTAINER_ID /usr/local/bin/rmr_probe -h 127.0.0.1:4560
+
 
 Unit Testing
 ------------