]> git.ktnx.net Git - lsl.git/blob - environments/production.yml
first take at a Dancer2 app, some functions work
[lsl.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 # hide errors
10 show_errors: 0
11
12 # disable server tokens in production environments
13 no_server_tokens: 1