Add min_messages setting to example database config

openid
Marcin Kulik 12 years ago
parent d0aea034f7
commit 344ba38f46

@ -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

Loading…
Cancel
Save