Skip to content

Commit 6069974

Browse files
author
Jason A. Crome
committed
Add some prod settings to test config
1 parent d4766e5 commit 6069974

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

environments/test.yml

+2-19
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,8 @@
1-
# configuration file for development environment
2-
3-
# the logger engine to use
4-
# console: log messages to STDOUT (your console where you started the
5-
# application server)
6-
# file: log message to a file in log/
71
logger: "console"
8-
9-
# the log level for this environment
10-
# core is the lowest, it shows Dancer2's core log messages as well as yours
11-
# (debug, info, warning and error)
122
log: "warning"
3+
show_stacktrace: 0
4+
no_server_tokens: 1
135

14-
# should Dancer2 show a stacktrace when an 5xx error is caught?
15-
# if set to yes, public/500.html will be ignored and either
16-
# views/500.tt, 'error_template' template, or a default error template will be used.
17-
show_stacktrace: 1
18-
19-
# print the banner
20-
startup_info: 1
21-
22-
# Plugin configuration
236
plugins:
247
DBIx::Class:
258
default:

0 commit comments

Comments
 (0)