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