2023-10-25 15:50:33 +02:00
|
|
|
#
|
|
|
|
# SPDX-FileCopyrightText: 2023 Afnic
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#
|
2023-10-25 15:50:25 +02:00
|
|
|
|
|
|
|
# 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
|