summaryrefslogtreecommitdiff
path: root/environments/production.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/production.yml
downloadstargit-98ec20127d450d4f8223a9a57fab9cbdb8e1dcb6.tar.gz
initial import
Diffstat (limited to 'environments/production.yml')
-rw-r--r--environments/production.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/environments/production.yml b/environments/production.yml
new file mode 100644
index 0000000..86801b4
--- /dev/null
+++ b/environments/production.yml
@@ -0,0 +1,17 @@
+# configuration file for production environment
+
+# only log warning and error messsages
+log: "warning"
+
+# log message to a file in logs/
+logger: "file"
+
+# don't consider warnings critical
+warnings: 0
+
+# hide errors
+show_errors: 0
+
+# cache route resolution for maximum performance
+route_cache: 1
+