development: adapter: postgresql encoding: utf8 database: campflame_development pool: 5 host: '' test: adapter: postgresql encoding: utf8 database: campflame_test pool: 5 host: '' production: adapter: postgresql encoding: utf8 database: campflame_production pool: 5