database.yml.test-mysql 327 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: mysql2
  6. database: zammad_test
  7. pool: 50
  8. timeout: 5000
  9. encoding: utf8
  10. username: some_user
  11. password: some_pass