Skip to content

Instantly share code, notes, and snippets.

@darthneel
Created October 7, 2014 18:48
Show Gist options
  • Save darthneel/21c5e0bf20f02cd7e224 to your computer and use it in GitHub Desktop.
Save darthneel/21c5e0bf20f02cd7e224 to your computer and use it in GitHub Desktop.
Sample database.yml file for pushing Sinatra + PSQL to Heroku
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