Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created July 14, 2014 13:32
Show Gist options
  • Save workmad3/c45fb478a2d6aecb50b8 to your computer and use it in GitHub Desktop.
Save workmad3/c45fb478a2d6aecb50b8 to your computer and use it in GitHub Desktop.
setup: &SETUP
adapter: postgresql
encoding: utf8
reconnect: true
pool: 5
timeout: 5000
production:
<<: *SETUP
database: <project_name>_production
development:
<<: *SETUP
database: <project_name>_dev
test:
<<: *SETUP
database: <project_name>_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment