Moved to production mode for browser tests.
This commit is contained in:
parent
5346c5cb87
commit
b073bb2c50
1 changed files with 12 additions and 7 deletions
|
@ -30,11 +30,16 @@ test_mysql:
|
||||||
host: 127.0.0.1
|
host: 127.0.0.1
|
||||||
|
|
||||||
production:
|
production:
|
||||||
adapter: mysql2
|
# adapter: mysql2
|
||||||
database: zammad_prod
|
# database: zammad_prod
|
||||||
|
# pool: 50
|
||||||
|
# timeout: 5000
|
||||||
|
# encoding: utf8
|
||||||
|
# username: some_user
|
||||||
|
# password: some_pass
|
||||||
|
# host: 127.0.0.1
|
||||||
|
adapter: sqlite3
|
||||||
|
database: db/test.sqlite3
|
||||||
|
timeout: 12000
|
||||||
pool: 50
|
pool: 50
|
||||||
timeout: 5000
|
|
||||||
encoding: utf8
|
|
||||||
username: some_user
|
|
||||||
password: some_pass
|
|
||||||
host: 127.0.0.1
|
|
||||||
|
|
Loading…
Reference in a new issue