см. DEPLOY.md
development:
adapter: mysql2
encoding: utf8
database: guinea_dev
username: root
password: ''
test: &test
adapter: mysql2
encoding: utf8
database: guinea_test
username: root
password: ''
production:
adapter: mysql2
encoding: utf8
database: guinea_prod
username: root
password: ''
cucumber:
<<: *test