diff --git a/aore/config/dev.py b/aore/config/dev.py index 2364162..7cdceaa 100644 --- a/aore/config/dev.py +++ b/aore/config/dev.py @@ -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"