default: &default adapter: postgresql encoding: unicode pool: 5 development: &default adapter: postgresql database: vidpush_development encoding: utf8 min_messages: warning pool: 2 timeout: 5000 host: localhost test: <<: *default database: vidpush_test