1
0
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:
Dhruv
2012-07-22 02:50:53 +05:30
parent 0e9eb9401a
commit 161e469b5a
3 changed files with 11 additions and 4 deletions

View File

@@ -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