Use a cleaner user interface — dropdowns
[wnstats.git] / environments / production.yml
blob86801b47d00102f6e8c575eed2e7de3260054d7c
1 # configuration file for production environment
3 # only log warning and error messsages
4 log: "warning"
6 # log message to a file in logs/
7 logger: "file"
9 # don't consider warnings critical
10 warnings: 0
12 # hide errors 
13 show_errors: 0
15 # cache route resolution for maximum performance
16 route_cache: 1