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