aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs/sphinx.sample.conf
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-07-22 02:50:53 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-07-22 02:50:53 +0530
commit161e469b5a67b2911089ec0dfdb70bef355ed07e (patch)
treeca57f1199edc45212f770181275d29e54953af76 /phpBB/docs/sphinx.sample.conf
parent0e9eb9401a38fab3139a1df33fa7e0903ccfb18f (diff)
downloadforums-161e469b5a67b2911089ec0dfdb70bef355ed07e.tar
forums-161e469b5a67b2911089ec0dfdb70bef355ed07e.tar.gz
forums-161e469b5a67b2911089ec0dfdb70bef355ed07e.tar.bz2
forums-161e469b5a67b2911089ec0dfdb70bef355ed07e.tar.xz
forums-161e469b5a67b2911089ec0dfdb70bef355ed07e.zip
[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
Diffstat (limited to 'phpBB/docs/sphinx.sample.conf')
-rw-r--r--phpBB/docs/sphinx.sample.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/sphinx.sample.conf b/phpBB/docs/sphinx.sample.conf
index 8ffd54a880..d0a897e0cc 100644
--- a/phpBB/docs/sphinx.sample.conf
+++ b/phpBB/docs/sphinx.sample.conf
@@ -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