summaryrefslogtreecommitdiffstats
path: root/forum_modules/sphinxfulltext/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'forum_modules/sphinxfulltext/settings.py')
-rw-r--r--forum_modules/sphinxfulltext/settings.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/forum_modules/sphinxfulltext/settings.py b/forum_modules/sphinxfulltext/settings.py
deleted file mode 100644
index 564404c6..00000000
--- a/forum_modules/sphinxfulltext/settings.py
+++ /dev/null
@@ -1,5 +0,0 @@
-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