]> git.evergreen-ils.org Git - working/NCIPServer.git/blob - environments/production.yml
Fix text_code for textcode typo in NCIP::ILS::Evergreen.
[working/NCIPServer.git] / environments / production.yml
1 # configuration file for production environment
2
3 # only log warning and error messsages
4 log: "warning"
5
6 # log message to a file in logs/
7 logger: "file"
8
9 # don't consider warnings critical
10 warnings: 0
11
12 # hide errors 
13 show_errors: 0
14
15 # cache route resolution for maximum performance
16 route_cache: 1
17