summaryrefslogtreecommitdiffstats
path: root/forum_modules/sphinxfulltext/settings.py
blob: 7c2da124873a88c7009d177164e28f7974ab0c74 (plain)
1
2
3
4
5
SPHINX_API_VERSION = 0x113 #refer to djangosphinx documentation
SPHINX_SEARCH_INDICES=('osqa',) #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