Skip to content

Instantly share code, notes, and snippets.

@chug2k
Created February 24, 2014 03:40
Show Gist options
  • Select an option

  • Save chug2k/9181609 to your computer and use it in GitHub Desktop.

Select an option

Save chug2k/9181609 to your computer and use it in GitHub Desktop.
sample database.yml for justin
development:
adapter: postgresql
encoding: utf8
database: justin_dev
pool: 5
username:
password:
test: &TEST
adapter: postgresql
encoding: utf8
database: justin_test
pool: 5
username:
password:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment