# configuration file for production environment # only log warning and error messsages log: "warning" # log message to a file in logs/ logger: "file" # simple session doesn't work for deploymment: session: "YAML" # don't consider warnings critical warnings: 0 # hide errors (nope) show_errors: 1 # cache route resolution for maximum performance route_cache: 1 # enable forking (optimal = 2 for 1028 row vep input on 171.48): fork: 2