Skip to content

Instantly share code, notes, and snippets.

@davidwessman
Created January 19, 2016 11:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidwessman/2d29a739d9e075826bd4 to your computer and use it in GitHub Desktop.
Save davidwessman/2d29a739d9e075826bd4 to your computer and use it in GitHub Desktop.
development:
adapter: mysql2
encoding: utf8
database: db/app_development
username: root
password:
host: localhost
production:
adapter: mysql2
encoding: utf8
database: app_production
username: root
password:
host: localhost
staging:
adapter: mysql2
encoding: utf8
database: app_staging
username: root
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
encoding: utf8
database: db/app_test
username: root
password:
host: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment