Skip to content

Instantly share code, notes, and snippets.

@jmeridth
Created October 16, 2013 01:04
Show Gist options
  • Select an option

  • Save jmeridth/7001090 to your computer and use it in GitHub Desktop.

Select an option

Save jmeridth/7001090 to your computer and use it in GitHub Desktop.
example database.yml
common: &common
adapter: postgresql
host: localhost
username: username
password: password
development:
<<: *common
database: db_development
test:
<<: *common
database: db_test
production:
<<: *common
database: db_production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment