Добавлена настройка соединения Sphinx (возможен Unix Socket)
This commit is contained in:
@@ -5,8 +5,7 @@ class basic:
|
||||
|
||||
|
||||
class sphinx_conf:
|
||||
host_name = "localhost"
|
||||
port = 9312
|
||||
listen = "127.0.0.1:9312"
|
||||
index_addjobj = "idx_fias_addrobj"
|
||||
index_sugg = "idx_fias_sugg"
|
||||
var_dir = None
|
||||
|
||||
@@ -4,8 +4,7 @@ from __future__ import absolute_import
|
||||
|
||||
from .common import *
|
||||
|
||||
sphinx_conf.host_name = "localhost"
|
||||
sphinx_conf.port = 9312
|
||||
sphinx_conf.listen = "127.0.0.1:9312"
|
||||
sphinx_conf.var_dir = "C:\\Sphinx"
|
||||
|
||||
db_conf.database = "postgres"
|
||||
|
||||
Reference in New Issue
Block a user