Merge pull request #1020 from wolfgang-s/docker

Docker
This commit is contained in:
DariusIII
2019-12-06 08:39:53 +01:00
committed by GitHub
16 changed files with 571 additions and 4 deletions
+2 -2
View File
@@ -89,8 +89,8 @@ return [
'sphinx' => [
'driver' => 'mysql',
'host' => '127.0.0.1',
'port' => 9306,
'host' => env('SPHINX_HOST', '127.0.0.1'),
'port' => env('SPHINX_PORT', 9306),
'database' => '',
'unix_socket' => '',
'charset' => 'utf8',