Strund3r/ECS_test

View on GitHub
config/postgres-database.yml

Summary

Maintainability
Test Coverage
defaults: &default
  adapter: postgresql
  encoding: unicode
  pool: 5

production:
  <<: *default
  database: postgres_prod
  host: db
  username: postgres
  password:

development:
  <<: *default
  database: postgres_dev
  host: localhost
  username: teste
  password: 1234