Skip to content

Instantly share code, notes, and snippets.

@yamaaki
Last active September 20, 2015 13:32
Show Gist options
  • Save yamaaki/f5f333ba59d2875ffb6e to your computer and use it in GitHub Desktop.
Save yamaaki/f5f333ba59d2875ffb6e to your computer and use it in GitHub Desktop.
default: &default
adapter: mysql2
encoding: utf8
pool: 60
username: root
password:
host: localhost
development:
<<: *default
database: basic_app_development
test:
<<: *default
database: basic_app_test
production:
<<: *default
database: basic_app_production
password: <%= ENV['BASIC_APP_DATABASE_PASSWORD'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment