Files
Watchdog/WatchdogConsoleHelper/App.config
2024-02-23 07:01:14 -05:00

12 lines
500 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<appSettings>
<add key="watchcount" value="2"/>
<add key="watch_1" value="Name=TorProxy|RunAs=true|Executable=C:\boneyard\Tor\TorWebClient\bin\Debug\TorProxy.exe"/>
<add key="watch_2" value="Name=MarketDataServer|RunAs=true|Executable=C:\boneyard\MarketDataServer\bin\Debug\MarketDataServer.exe"/>
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
</startup>
</configuration>