summaryrefslogtreecommitdiffstats
path: root/forum_modules/sphinxfulltext/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum_modules/sphinxfulltext/settings.py')
-rwxr-xr-xforum_modules/sphinxfulltext/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/forum_modules/sphinxfulltext/settings.py b/forum_modules/sphinxfulltext/settings.py
index 7c2da124..564404c6 100755
--- a/forum_modules/sphinxfulltext/settings.py
+++ b/forum_modules/sphinxfulltext/settings.py
@@ -1,5 +1,5 @@
SPHINX_API_VERSION = 0x113 #refer to djangosphinx documentation
-SPHINX_SEARCH_INDICES=('osqa',) #a tuple of index names remember about a comma after the
+SPHINX_SEARCH_INDICES=('askbot',) #a tuple of index names remember about a comma after the
#last item, especially if you have just one :)
SPHINX_SERVER='localhost'
SPHINX_PORT=3312