<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <appSettings file="">
        <clear />
        <!-- Define the total number of connections handled by proxy service -->
        <add key="TotalProxyConnections" value="2" />
 
        <!-- The section below begins definition of first connection -->
        <add key="ProxyConnection1.Name" value="Example PDC Connection" />
        <add key="ProxyConnection1.Host" value="165.233.31.32" />
        <add key="ProxyConnection1.Port" value="5000" />
        <add key="ProxyConnection1.PmuID" value="1" />
        <!-- This example defines two destinations for PDC output, allowing data transmission to more than one location -->
        <add key="ProxyConnection1.Destinations" value="127.0.0.1:3200,152.85.98.5:3200" />
        <add key="ProxyConnection1.LogFileName" value="D:\apps\IEEE C37.118 Data Proxy Service\My PDC Connection.log" />
 
        <!-- The section below begins definition of second connection -->
        <add key="ProxyConnection2.Name" value="Example PMU Connection" />
        <add key="ProxyConnection2.Host" value="165.233.31.15" />
        <add key="ProxyConnection2.Port" value="4712" />
        <add key="ProxyConnection2.PmuID" value="3" />
        <add key="ProxyConnection2.Destinations" value="152.85.98.5:3300" />
        <add key="ProxyConnection2.LogFileName" value="D:\apps\IEEE C37.118 Data Proxy Service\My XYZ PMU Connection.log" />
    </appSettings>

</configuration>