Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DCM Maintenance App

In the blueriq-dcm-maintenacnemaintenance-app.yml file, add the following lines, which enable the DCM Maintenance App to communicate with the messages database:

Code Block
languageyml
title blueriq-dcm-maintenacnemaintenance-app.yml
blueriq:
  dcm:
    maintenance:
      app:       
        mongodb:
			host: <url-of-the-database-server>
			port: <port-of-the-mongoDB-instance>
			database: messages

...