Skip to content

Instantly share code, notes, and snippets.

@zaiste
Created May 17, 2013 15:41
Show Gist options
  • Save zaiste/5599898 to your computer and use it in GitHub Desktop.
Save zaiste/5599898 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
host: localhost
encoding: unicode
database: YOUR_DB_NAME_development
pool: 5
username: YOUR_DB_USER
password: YOUR_DB_PASSWORD
template: template0
min_messages: warning
test:
adapter: postgresql
host: localhost
encoding: unicode
database: YOUR_DB_NAME_test
pool: 5
username: YOUR_DB_USER
password: YOUR_DB_PASSWORD
template: template0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment