Test global ip with Sphinx
This commit is contained in:
parent
4f5ce9eecb
commit
88ec3066a1
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user