From 344ba38f4602b0f33b5b4f53cf2795e538870047 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 13 Oct 2012 01:34:37 +0200 Subject: [PATCH] Add min_messages setting to example database config --- config/database.yml.example | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/database.yml.example b/config/database.yml.example index 7c4ad6b..2107085 100644 --- a/config/database.yml.example +++ b/config/database.yml.example @@ -12,6 +12,7 @@ development: pool: 5 username: asciiio password: + min_messages: WARNING # Warning: The database defined as "test" will be erased and @@ -24,6 +25,7 @@ test: pool: 5 username: asciiio password: + min_messages: WARNING production: adapter: postgresql