nerdhub/hcking

View on GitHub
config/database.yml_example

Summary

Maintainability
Test Coverage
development:
  adapter: postgresql
  database: hcking
  username: postgres
  host: localhost
  password: password
  template: hcking_template

# 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.
test:
  adapter: postgresql
  database: hcking_test
  username: postgres
  host: localhost
  password: password
  template: hcking_template