e-lado
Version:
[](https://circleci.com/gh/sharetribe/sharetribe/tree/master) [](https://gemnasium.com/sharetribe/shar
38 lines (33 loc) • 939 B
YAML
development:
adapter: mysql2
database: sharetribe_development
encoding: utf8
username: # ADD DATABASE USERNAME
password: # ADD DATABASE PASSWORD
host: localhost
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: mysql2
database: sharetribe_test
encoding: utf8
username: # ADD DATABASE USERNAME
password: # ADD DATABASE PASSWORD
host: localhost
staging:
adapter: mysql2
database: sharetribe_staging
encoding: utf8
username: # ADD DATABASE USERNAME
password: # ADD DATABASE PASSWORD
host: localhost
production:
adapter: mysql2
database: sharetribe_production
encoding: utf8
username: # ADD DATABASE USERNAME
password: # ADD DATABASE PASSWORD
host: localhost
cucumber:
<<: