Free cookie consent management tool by TermsFeed Policy Generator

source: branches/thasling/DistributedGA/DistributedGA.Core.Host/App.config @ 13792

Last change on this file since 13792 was 13557, checked in by thasling, 9 years ago

Implemented P2PTask-class
Changed communication protocoll http --> net.tcp
Logger is now Parameter of P2PTask

File size: 375 bytes
RevLine 
[13524]1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3    <startup>
4        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5    </startup>
[13538]6  <appSettings>
[13557]7    <add key="ContactServerURL" value="net.tcp://localhost:9090/DistributedGA.ContactServer/ContactService"/>
[13541]8    <add key="LanIpPrefix" value="10."/>
[13538]9  </appSettings>
[13524]10</configuration>
Note: See TracBrowser for help on using the repository browser.