Skip to content

Instantly share code, notes, and snippets.

@bishisht
Created July 9, 2015 18:03
Show Gist options
  • Save bishisht/7229cdd2b92092dbeff3 to your computer and use it in GitHub Desktop.
Save bishisht/7229cdd2b92092dbeff3 to your computer and use it in GitHub Desktop.
A sample database.yml for Heroku
development:
adapter: postgresql
encoding: unicode
database: blog_development
pool: 5
username: bishisht
password:
test:
adapter: postgresql
encoding: unicode
database: blog_test
pool: 5
username: bishisht
password:
production:
host: ec2-184-73-253-4.compute-1.amazonaws.com
adapter: postgresql
encoding: unicode
database: df5p9fd9iifhmt
pool: 5
username: aaqcrhjffdrrdq
password:
port: 5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment