AyuntamientoMadrid/participacion

View on GitHub
config/database.yml.gitlab

Summary

Maintainability
Test Coverage
default: &default
  adapter: postgresql
  encoding: unicode
  host: postgres
  pool: 5
  schema_search_path: "public,shared_extensions"
  username: consul
  password: password

test:
  <<: *default
  database: consul_test