Поправлен конфиг, чуть улучшено Readme

This commit is contained in:
Jack Stdin
2016-02-02 14:15:15 +03:00
parent 8088bff07a
commit f2d71efe2e
2 changed files with 28 additions and 8 deletions

View File

@@ -4,6 +4,8 @@ from __future__ import absolute_import
from .common import *
sphinx_conf.host_name = "localhost"
sphinx_conf.port = 9312
sphinx_conf.var_dir = "C:\\Sphinx"
db_conf.database = "postgres"
@@ -12,5 +14,5 @@ db_conf.port = 5432
db_conf.user = "postgres"
db_conf.password = "intercon"
unrar_config.path = "C:\Program Files (x86)\WinRAR\unrar.exe"
unrar_config.path = "C:\\Program Files (x86)\\WinRAR\\unrar.exe"
folders.temp = "E:\\!TEMP"