Skip to content

Instantly share code, notes, and snippets.

@dacook
Forked from hatboysam/database.yml
Last active December 20, 2015 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dacook/6067386 to your computer and use it in GitHub Desktop.
Save dacook/6067386 to your computer and use it in GitHub Desktop.
development:
adapter: postgresql
database: development
username: <%= ENV['PG_USER'] %>
password: <%= ENV['PG_PASS'] %>
host: localhost
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment