Created
October 7, 2014 18:48
-
-
Save darthneel/21c5e0bf20f02cd7e224 to your computer and use it in GitHub Desktop.
Sample database.yml file for pushing Sinatra + PSQL to Heroku
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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