Skip to content

Instantly share code, notes, and snippets.

@jasdeepsingh
Created October 13, 2012 02:03
Show Gist options
  • Save jasdeepsingh/3882917 to your computer and use it in GitHub Desktop.
Save jasdeepsingh/3882917 to your computer and use it in GitHub Desktop.
database.yml
# Development Database Postgres
development:
adapter: postgresql
encoding: utf8
database: couponous_development
host: localhost
username: postgres
password: pxd123
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
# Development Database Postgres
test:
adapter: postgresql
encoding: utf8
database: couponous_test
host: localhost
username: postgres
password: pxd123
# Development Database Postgres
production:
adapter: postgresql
encoding: utf8
database: couponous_production
host: localhost
username: postgres
password: pxd123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment