Skip to content

Instantly share code, notes, and snippets.

@manfe
Created October 15, 2012 02:44
Show Gist options
  • Save manfe/3890583 to your computer and use it in GitHub Desktop.
Save manfe/3890583 to your computer and use it in GitHub Desktop.
Postgres database.yml example
development:
adapter: postgresql
encoding: utf8
reconnect: false
host: localhost
database: database_development
username: username
password: password
test:
adapter: postgresql
encoding: utf8
reconnect: false
host: localhost
database: database_test
username: username
password: password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment