Skip to content

Instantly share code, notes, and snippets.

@lisovskyvlad
Created February 3, 2013 10:59
Show Gist options
  • Save lisovskyvlad/4701281 to your computer and use it in GitHub Desktop.
Save lisovskyvlad/4701281 to your computer and use it in GitHub Desktop.
dry database.yml
common: &common
encoding: unicode
adapter: postgresql
username: #{user_name}
password: #{password}
host: localhost
development:
<<: *common
database: db_dev
test:
<<: *common
database: db_test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment