Test global ip with Sphinx

This commit is contained in:
jar3b 2016-03-07 20:06:24 +03:00
parent 4f5ce9eecb
commit 88ec3066a1

View File

@ -4,11 +4,11 @@ from __future__ import absolute_import
from .common import *
sphinx_conf.listen = "127.0.0.1:9312"
sphinx_conf.listen = "192.168.0.37:9312"
sphinx_conf.var_dir = "C:\\Sphinx"
db_conf.database = "postgres"
db_conf.host = "localhost"
db_conf.host = "192.168.0.37"
db_conf.port = 5432
db_conf.user = "postgres"
db_conf.password = "intercon"