You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.1 KiB

10 years ago
# EasyEngine Configuration
#
# All commented values are the application default
#
[ee]
### Toggle application level debug (does not toggle framework debugging)
# debug = false
### Where external (third-party) plugins are loaded from
# plugin_dir = /var/lib/ee/plugins/
### Where all plugin configurations are loaded from
# plugin_config_dir = /etc/ee/plugins.d/
### Where external templates are loaded from
# template_dir = /var/lib/ee/templates/
[log.logging]
10 years ago
### Where the log file lives (no log file by default)
file = /var/log/ee/ee.log
10 years ago
### The level for which to log. One of: info, warn, error, fatal, debug
level = debug
10 years ago
### Whether or not to log to console
to_console = true
10 years ago
### Whether or not to rotate the log file when it reaches `max_bytes`
rotate = true
10 years ago
### Max size in bytes that a log file can grow until it is rotated.
max_bytes = 512000
10 years ago
### The maximun number of log files to maintain when rotating
max_files = 7
[stack]
ip-address = 0.0.0.0/0 1.1.1.1 2.2.2.2
[mysql]
grant-host = localhost
db-name = False
db-user = False
[wordpress]
prefix = False
user =
password =
email =