phobos/phobos_db_checkpoint

View on GitHub
templates/database.yml.example

Summary

Maintainability
Test Coverage
development: &default
  adapter: postgresql
  encoding: unicode
  database: phobos-db-checkpoint
  user: postgres
  host: localhost
  port: 5432

test: &test
  <<: *default
  database: phobos-db-checkpoint-test