Versions Compared

Key

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

...

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

Replace the strings with < and > with the needed values of your specific setup.

...