Skip to content

Instantly share code, notes, and snippets.

@felipemesquita
Created July 23, 2012 17:29
Show Gist options
  • Save felipemesquita/3164886 to your computer and use it in GitHub Desktop.
Save felipemesquita/3164886 to your computer and use it in GitHub Desktop.
defaults: &defaults
adapter: postgresql
encoding: utf8
reconnect: true
min_messages: warning
pool: 15
timeout: 5000
host: localhost
development:
<<: *defaults
database: site_development
username: site
password: site
test:
<<: *defaults
database: site_test
username: site
password: site
production:
<<: *defaults
database: site_production
username: site
password: site
gem 'pg', '>= 0.12.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment