summary refs log tree commit diff
path: root/environments
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-08-23 20:25:28 +0200
committerfranck cuny <franck@lumberjaph.net>2010-08-23 20:25:28 +0200
commit7b12e17aeb45e8fa1a85861220bbed441eff3bbb (patch)
tree99dd551379c53b8204827d1634bc697e58cae928 /environments
downloaddancer-chat-7b12e17aeb45e8fa1a85861220bbed441eff3bbb.tar.gz
initial commit master
Diffstat (limited to 'environments')
-rw-r--r--environments/development.yml4
-rw-r--r--environments/production.yml6
2 files changed, 10 insertions, 0 deletions
diff --git a/environments/development.yml b/environments/development.yml
new file mode 100644
index 0000000..97d3b59
--- /dev/null
+++ b/environments/development.yml
@@ -0,0 +1,4 @@
+log: "debug"
+warnings: 1
+show_errors: 1
+auto_reload: 1
diff --git a/environments/production.yml b/environments/production.yml
new file mode 100644
index 0000000..1a69035
--- /dev/null
+++ b/environments/production.yml
@@ -0,0 +1,6 @@
+log: "warning"
+warnings: 0
+show_errors: 0
+route_cache: 1
+auto_reload: 0
+