#!/bin/bash

# M3 configuration directory
M3_CONFIG_DIR=/etc/m3.d

# M3 main configuration xml file
M3_CONFIG_XML=$M3_CONFIG_DIR/config.xml

# M3 log file
M3_LOG_FILE=/var/log/m3.log
