Version 5.1 - All the GraphQL #32
@ -73,7 +73,7 @@ class AnimeClient_TestCase extends PHPUnit_Framework_TestCase {
|
|||||||
]
|
]
|
||||||
],
|
],
|
||||||
'redis' => [
|
'redis' => [
|
||||||
'host' => 'redis',
|
'host' => (array_key_exists('REDIS_HOST', $_ENV)) ? $_ENV['REDIS_HOST'] : 'localhost',
|
||||||
'database' => 13
|
'database' => 13
|
||||||
]
|
]
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user