database.yml.test-postgresql 320 B

1234567891011
  1. # Warning: The database defined as "test" will be erased and
  2. # re-generated from your development database when you run "rake".
  3. # Do not set this db to the same as development or production.
  4. test:
  5. adapter: postgresql
  6. database: zammad_test
  7. pool: 50
  8. timeout: 5000
  9. encoding: utf8
  10. username: postgres
  11. password: