amatriain/feedbunch

View on GitHub
FeedBunch-docker/FeedBunch-webapp/config/database.yml.default

Summary

Maintainability
Test Coverage
production:
  adapter: postgresql
  encoding: utf8
  host: POSTGRES_HOST 
  port: POSTGRES_PORT
  database: DB_NAME
  username: DB_USER
  password: DB_PASSWORD