2018-11-13 20:35:33 +00:00
|
|
|
# Process title visible in monitoring logs and process listing
|
|
|
|
title: mailtrain
|
|
|
|
|
|
|
|
log:
|
|
|
|
# silly|verbose|info|http|warn|error|silent
|
2018-11-23 20:38:46 +00:00
|
|
|
level: info
|
2018-11-13 20:35:33 +00:00
|
|
|
|
2018-12-21 18:09:18 +00:00
|
|
|
# Default language to use
|
|
|
|
defaultLanguage: en-US
|
|
|
|
|
|
|
|
# Enabled languages
|
|
|
|
enabledLanguages:
|
|
|
|
- en-US
|
2019-03-04 14:44:52 +00:00
|
|
|
- es-ES
|
2018-12-21 18:09:18 +00:00
|
|
|
- fk-FK
|
|
|
|
|
2018-11-13 20:35:33 +00:00
|
|
|
mysql:
|
|
|
|
host: localhost
|
|
|
|
user: mailtrain
|
|
|
|
password: mailtrain
|
|
|
|
database: mailtrain
|
|
|
|
# Some installations, eg. MAMP can use a different port (8889)
|
|
|
|
# MAMP users should also turn on Allow network access to MySQL otherwise MySQL might not be accessible
|
|
|
|
port: 3306
|
|
|
|
charset: utf8mb4
|
|
|
|
# The timezone configured on the MySQL server. This can be 'local', 'Z', or an offset in the form +HH:MM or -HH:MM
|
2018-12-21 18:09:18 +00:00
|
|
|
# If the MySQL server runs on the same server as Mailtrain, use 'local'
|
2018-11-13 20:35:33 +00:00
|
|
|
timezone: local
|