production: adapter: postgresql database: __DB_NAME__ host: localhost username: __DB_USER__ password: __DB_PWD__ encoding: utf8 pool: 5 template: template0