1 parent 226c4bf commit f277a95Copy full SHA for f277a95
1 file changed
tests/TestCase.php
@@ -28,7 +28,7 @@ protected function getEnvironmentSetUp($app): void
28
'prefix' => '',
29
]);
30
31
- $host = 'http://localhost:'.env('OPENSEARCH_PORT', '9201');
+ $host = env('OPENSEARCH_HOST', 'http://localhost:'.env('OPENSEARCH_PORT', '9201'));
32
33
$app['config']->set('database.connections.opensearch', [
34
'driver' => 'opensearch',
0 commit comments