Skip to content

Instantly share code, notes, and snippets.

@rubyonrailstutor
Created July 20, 2012 23:21
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 rubyonrailstutor/3153816 to your computer and use it in GitHub Desktop.
Save rubyonrailstutor/3153816 to your computer and use it in GitHub Desktop.
psql code
development:
adapter: postgresql
encoding: unicode
database: url_development
pool: 5
username: jd
password:
host: localhost
port: 5432
test:
adapter: postgresql
encoding: unicode
database: url_test
pool: 5
username: jd
password:
host: localhost
port: 5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment