Переделан конфиг (теперь не нужны правки в package), обновлено

Readme.
This commit is contained in:
jar3b
2016-03-11 21:53:34 +03:00
parent 88ec3066a1
commit 3fe80ecef8
5 changed files with 26 additions and 45 deletions

View File

@@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from .dev import *
from .common import *

View File

@@ -1,19 +0,0 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from .common import *
sphinx_conf.listen = "192.168.0.37:9312"
sphinx_conf.var_dir = "C:\\Sphinx"
db_conf.database = "postgres"
db_conf.host = "192.168.0.37"
db_conf.port = 5432
db_conf.user = "postgres"
db_conf.password = "intercon"
unrar_config.path = "C:\\Program Files (x86)\\WinRAR\\unrar.exe"
folders.temp = "E:\\!TEMP"
basic.logging = True

View File

@@ -1,20 +0,0 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from .common import *
sphinx_conf.host_name = "localhost"
sphinx_conf.port = 9312
sphinx_conf.var_dir = "/var/sphinx"
db_conf.database = "postgres"
db_conf.host = "localhost"
db_conf.port = 5432
db_conf.user = "postgres"
db_conf.password = "postgres"
unrar_config.path = "unrar"
folders.temp = "/tmp/py-fias"
basic.logging = True