Skip to content

Instantly share code, notes, and snippets.

@rubyonrailstutor
Created July 20, 2012 23:21
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