production:
  adapter: postgresql
  encoding: unicode
  database: crisiscleanup
  pool: 5
  host: crisiscleanup-postgres
  username: crisiscleanup
  password: ${CRISISCLEANUP_PWD}