refactored postinstall fixes

This commit is contained in:
André Bauer 2016-12-02 12:28:58 +01:00
commit 1d8b3d9b83
2 changed files with 0 additions and 14 deletions

View file

@ -9,7 +9,6 @@ with a team of agents?
You're going to love Zammad!
## Statusbadges
- Build: [![Build Status](https://travis-ci.org/zammad/zammad.svg?branch=develop)](https://travis-ci.org/zammad/zammad)

View file

@ -1,13 +0,0 @@
# Warning: The database defined as "test" will be erased and
# re-generated from your development database when you run "rake".
# Do not set this db to the same as development or production.
test:
adapter: mysql2
database: zammad_test
pool: 50
timeout: 5000
encoding: utf8
username: some_user
password: some_pass
host: 127.0.0.1