added database configuration for mysql test

This commit is contained in:
Roy Kaldung 2013-01-04 15:06:25 +01:00
parent e0221601a4
commit 5eeb57c1c7

View file

@ -18,6 +18,16 @@ test:
database: db/test.sqlite3
timeout: 5000
pool: 50
test_mysql:
adapter: mysql2
database: zammad_test
pool: 50
timeout: 5000
encoding: utf8
username: zammad_test
password: zammad_test
host: 127.0.0.1
production:
adapter: mysql2