Skip to content

Instantly share code, notes, and snippets.

@HammerInTheNews
Created February 17, 2015 20:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save HammerInTheNews/983989f66939a46d7e2e to your computer and use it in GitHub Desktop.
Save HammerInTheNews/983989f66939a46d7e2e to your computer and use it in GitHub Desktop.
# SQLite version 3.x
# gem install sqlite3-ruby (not necessary on OS X Leopard)
development:
adapter: postgresql #changed this
encoding: utf8
database: hosted_development #changed this
username: alan #changed this
password: MlwhvC4R
# 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 # CHANGED THIS
encoding: utf8
database: _test
username: alan # changed this
password: MlwhvC4R
socket:
production:
adapter: postgresql
encoding: utf8
database: hosted_production
username: alan #changed this too
password: MlwhvC4R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment