Applies to: reference, configuration

CMS Notification Service Settings

These settings controls how this service communicates with the event broker over MQTT and logging of notification.

Format Path Filename Purpose
ENV-file ./conf/mops-cms-notif/ .env MQTT Eventbroker configuration

Configuration file example:

LOGCHANNEL_URL=http://mops-cms-logchannel:4000/logchannel/sendqueue/
EMAILCHANNEL_URL=http://mops-cms-emailchannel:4000/send
BROKER_URL=ws://mops-event-broker:9001

Description of config keys and values:

Name Type Description
LOGCHANNEL_URL string Internal network URL to log channel sendqueue.
EMAILCHANNEL_URL string Internal network URL to email channel sendqueue.
BROKER_URL string WebSockets URL for events.

The configuration of this service follows the format for: MOPS 4.0 Native Service Configuration.