1. Bars.InfoTerminal.Service.exe.config - в нем настраиваются адрес подключения к БД
2. Bars.Core.InfoTerminal.Config.xml - создается в папке Config (создаётся вручную, после установки Bars.InfoTerminal.Service), используется для настройки подключения к инфотерминалам
В данном файле конфигурации настраивается только путь до базы данных, пример:
<connectionStrings>
<add name="Sql2005" connectionString="Server=seserver3;Database=SheludkovDB;User ID=sa;Password=Dk3651340" />
</connectionStrings>
<GatInfoConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GatIngos>
<GatInfoConfigEntry>
<Ip>10.1.12.8</Ip>
<Port>8080</Port>
<Address>255</Address>
<DeviceType>GATInfo</DeviceType>
<GeographyId>0</GeographyId>
<Delay>3000</Delay>
<CardCodeConvert>None</CardCodeConvert>
<StandAlone>false</StandAlone>
</GatInfoConfigEntry>
Где: