Skip to content

Instantly share code, notes, and snippets.

@tealtail
Last active December 28, 2015 19:29
Show Gist options
  • Save tealtail/7550589 to your computer and use it in GitHub Desktop.
Save tealtail/7550589 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
encoding: unicode
database: <%= File.basename(Rails.root) %>_development
pool: 5
host: localhost
username: <%= ENV['PG_USERNAME'] %>
test:
adapter: postgresql
encoding: unicode
database: <%= File.basename(Rails.root) %>_test
pool: 5
host: localhost
username: <%= ENV['PG_USERNAME'] %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment