Skip to content

Instantly share code, notes, and snippets.

@raulgobr
Created March 14, 2014 11:46
Show Gist options
  • Save raulgobr/9546255 to your computer and use it in GitHub Desktop.
Save raulgobr/9546255 to your computer and use it in GitHub Desktop.
database.yml
development:
adapter: postgresql
encoding: unicode
host: localhost
database: mydb_development
username: mydbuser
password:
allow_concurrency: true
pool: 5
min_messages: warning
test:
adapter: postgresql
encoding: unicode
host: localhost
database: mydb_test
username: mydbuser
password:
pool: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment