mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[feature/sphinx-fulltext-search] makes sql host configurable
The SQL server host which sphinx connects to index the posts is now configurable via ACP. PHPBB3-10946
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
source source_phpbb_{SPHINX_ID}_main
|
||||
{
|
||||
type = mysql
|
||||
sql_host = localhost
|
||||
type = mysql #mysql or pgsql
|
||||
sql_host = localhost #SQL server host sphinx connects to
|
||||
sql_user = username
|
||||
sql_pass = password
|
||||
sql_db = db_name
|
||||
|
Reference in New Issue
Block a user