16 lines
409 B
YAML
16 lines
409 B
YAML
# configuration file for development environment
|
|
|
|
logger: "console"
|
|
log: "core"
|
|
|
|
# should Dancer2 consider warnings as critical errors?
|
|
warnings: 1
|
|
|
|
# should Dancer2 show a stacktrace when an 5xx error is caught?
|
|
# if set to yes, public/500.html will be ignored and either
|
|
# views/500.tt, 'error_template' template, or a default error template will be used.
|
|
show_errors: 1
|
|
|
|
# print the banner
|
|
startup_info: 1
|