mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 09:24:02 +00:00
set default redis client to predis in tests
This commit is contained in:
parent
d210b77f61
commit
f8a86a426d
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ abstract class TestCase extends \Orchestra\Testbench\TestCase
|
|||
'database.redis.cache.host' => env('TENANCY_TEST_REDIS_HOST', '127.0.0.1'),
|
||||
'database.redis.default.host' => env('TENANCY_TEST_REDIS_HOST', '127.0.0.1'),
|
||||
'database.redis.options.prefix' => 'foo',
|
||||
'database.redis.client' => 'predis',
|
||||
'database.connections.central' => [
|
||||
'driver' => 'mysql',
|
||||
'url' => env('DATABASE_URL'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue