mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-28 17:01:16 +00:00
Add sphinxql connection to config/database.php
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
2018-02-07 DariusIII
|
||||
* Chg: Add sphinxql connection to config/database.php
|
||||
* Major upgrade: Upgraded to laravel/framework 5.6 and adjusted libraries
|
||||
* Chg: Change escapeString function to static (in SphinxSearch class)
|
||||
* Chg: Do not use delete_release stored procedure anymore to delete releases, FK's do it
|
||||
|
||||
@@ -91,6 +91,15 @@ return [
|
||||
'strict' => false,
|
||||
],
|
||||
|
||||
'sphinx' => [
|
||||
'driver' => 'mysql',
|
||||
'host' => '127.0.0.1',
|
||||
'port' => 9306,
|
||||
'database' => '',
|
||||
'unix_socket' => '',
|
||||
'charset' => 'utf8',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user