summaryrefslogtreecommitdiff
path: root/environments/development.yml
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-06-13 16:27:11 +0200
committerfranck cuny <franck@lumberjaph.net>2011-06-13 16:27:11 +0200
commit98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6 (patch)
treef6231cb4a433493d8bd912719b9b5943b5e0b3fc /environments/development.yml
downloadstargit-98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6.tar.gz
initial import
Diffstat (limited to 'environments/development.yml')
-rw-r--r--environments/development.yml27
1 files changed, 27 insertions, 0 deletions
diff --git a/environments/development.yml b/environments/development.yml
new file mode 100644
index 0000000..bf9f228
--- /dev/null
+++ b/environments/development.yml
@@ -0,0 +1,27 @@
+# configuration file for development environment
+
+# the logger engine to use
+# console: log messages to STDOUT (your console where you started the
+# application server)
+# file: log message to a file in log/
+logger: "console"
+
+# the log level for this environement
+# core is the lowest, it shows Dancer's core log messages as well as yours
+# (debug, warning and error)
+log: "core"
+
+# should Dancer consider warnings as critical errors?
+warnings: 1
+
+# should Dancer show a stacktrace when an error is caught?
+show_errors: 1
+
+# auto_reload is a development and experimental feature
+# you should enable it by yourself if you want it
+# Module::Refresh is needed
+#
+# Be aware it's unstable and may cause a memory leak.
+# DO NOT EVER USE THAT FEATURE IN PRODUCTION
+# OR TINY KITTENS SHALL DIE WITH LOTS OF SUFFERING
+auto_reload: 0