You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
executaveis/SniffMyCalls/SniffMyCalls.exe.config

11 lines
411 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<appSettings>
<add key="listenerIP" value="192.168.1.95" />
<add key="logInfoEventViewer" value="0" />
<add key="connectionString" value="Server=localhost\SQL2014;Database=GCI;User Id=sa;Password=123qwe;" />
</appSettings>
</configuration>