summary refs log tree commit diff
path: root/environments
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2010-03-18 18:41:31 +0100
committerfranck cuny <franck@lumberjaph.net>2010-03-18 18:41:31 +0100
commit5540780e9011d2385a0226f4e22fe73c0bc92798 (patch)
tree2cf808350607f3be2b8e10d4ad942f6fc4db6aa4 /environments
downloaddancer-rest-5540780e9011d2385a0226f4e22fe73c0bc92798.tar.gz
initial import
Diffstat (limited to 'environments')
-rw-r--r--environments/development.yml5
-rw-r--r--environments/production.yml6
2 files changed, 11 insertions, 0 deletions
diff --git a/environments/development.yml b/environments/development.yml
new file mode 100644
index 0000000..7b8406f
--- /dev/null
+++ b/environments/development.yml
@@ -0,0 +1,5 @@
+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
+