Settings

Settings are either defined as environment variables, command line arguments, or in the configuration file.

Environment Variable Command Line Argument Config File type default Description
COMA_CONFIG_URL -configUrl n/a string file:///etc/coma/conf.js The URL to the configuration. Supported protocols are file and http.
COMA_USE_SYSLOG -useSyslog logging.syslog bool false Enables outputting of log messages to syslogd.
COMA_LOG_PATH -logPath logging.path string /var/logs/coma The path to write log files.
COMA_PID_FILE -pidFile n/a string /var/run/comad.pid The location of the process ID file.