From b3e890ed14437c50bc63ee19f2fea16f837be50c Mon Sep 17 00:00:00 2001 From: Sergey Kalinin Date: Wed, 28 Aug 2019 17:27:05 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=20=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D0=BE=D0=B3=D0=BE=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1c_srv_new.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/1c_srv_new.cfg b/1c_srv_new.cfg index 7b1c776..b34913a 100644 --- a/1c_srv_new.cfg +++ b/1c_srv_new.cfg @@ -1,6 +1,6 @@ localhost:1545 { name "Локальный сервер" - rac_cmd /opt/1C/v8.3/x86_64/rac + rac_cmd "/opt/1C/v8.3/x86_64/rac" agent_user "" agent_pwd "" clusters { @@ -33,13 +33,13 @@ localhost:1545 { } 192.168.5.145:1545 { name "1C test" - path_to_rac /opt/1C/v8.3/x86_64/rac + path_to_rac "/opt/1C/v8.3/x86_64/rac" clusters { } } 1csrv:1545 { name "1C SRV" - path_to_rac /opt/1C/v8.3.13_1644/x86_64/rac + path_to_rac "/opt/1C/v8.3.13_1644/x86_64/rac" clusters { } }