]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/sphinxfulltext/settings.py
Changing the charset of osqa.main.js to UTF-8, it might be useful.
[osqa.git] / forum_modules / sphinxfulltext / settings.py
1 SPHINX_API_VERSION = 0x113 #refer to djangosphinx documentation
2 SPHINX_SEARCH_INDICES=('osqa',) #a tuple of index names remember about a comma after the
3 #last item, especially if you have just one :)
4 SPHINX_SERVER='localhost'
5 SPHINX_PORT=3312