Skip to content

Instantly share code, notes, and snippets.

@NatashaTheRobot
Forked from rubyonrailstutor/psql
Created July 21, 2012 17:05
Show Gist options
  • Save NatashaTheRobot/3156424 to your computer and use it in GitHub Desktop.
Save NatashaTheRobot/3156424 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