Files
DFWebOS-Apps/web-1c/docker/default.vrd

17 lines
942 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!--
Дефолтный файл подключения к информационной базе 1С.
Этот файл «зашит» в образ и используется только если пользователь не подменил его
через том ${APP_DATA_DIR}/data/vrd/default.vrd. Поэтому здесь — нейтральные плейсхолдеры.
Реальные параметры подключения пользователь задаёт в data/vrd/default.vrd.
-->
<point xmlns="http://v8.1c.ru/8.2/virtual-resource-system"
xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
base="/app-web-1c/BuhBase"
ib="Srvr=192.0.2.1;Ref=YourInfoBase"
enableStandardOData="true">
<ws publishExtensionsByDefault="true" />
<httpServices publishByDefault="true" publishExtensionsByDefault="true"/>
</point>