This repository has been archived on 2025-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
seriesmailer/environments/production.yml
Thomas Schwery b5552ced50 First draft
2012-06-30 16:04:07 +02:00

17 lines
297 B
YAML

# configuration file for production environment
# only log warning and error messsages
log: "warning"
# log message to a file in logs/
logger: "file"
# don't consider warnings critical
warnings: 0
# hide errors
show_errors: 0
# cache route resolution for maximum performance
route_cache: 1