diff options
Diffstat (limited to 'forum_modules/sphinxfulltext')
-rwxr-xr-x | forum_modules/sphinxfulltext/settings.py | 2 |
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 |