﻿<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <appSettings>
    <add key="FileLocation" value="C:\temp\AffectedFileScans\"/>
    <add key="WebsupergooPdfKey" value="X/VKS08wmMhAtn4jNv3DOcikae8bCdcYlqznwb2wXRlglg7Fdjm+CqofKHk/hAUJDskx9yNEoUQVyKgiTb58yE0gY2OeAHlV42ERQ8qoKE7g5QnEoIE6faKxXECzZmgzRqd0V89ZskpwdhxxryqQbGhYcSuWVW7HwIgb4AgLW//I2LshvSCt03nWqLVJhiEYUhkW6X1Uzn+Jfn0RALYRs3NIpB7mZNsGGuX/Ph37cpj5CgEfkbP3"/>    
  </appSettings>
    <startup> 
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
    </startup>
    <system.serviceModel>
        <bindings>
          <!--<basicHttpBinding>
                <binding name="BasicHttpBinding_IAffectedApplicationService" />
            </basicHttpBinding>-->
          <basicHttpsBinding>
            <binding name="BasicHttpBinding_IAffectedApplicationService" />
          </basicHttpsBinding>
        </bindings>
        <client>
          <!--
          <endpoint address="http://localhost:111/Services/AffectedApplicationService.svc"
                binding="basicHttpBinding" bindingConfiguration="BasicHttpBinding_IAffectedApplicationService"
                contract="AffectedApplicationService.IAffectedApplicationService"
                name="BasicHttpBinding_IAffectedApplicationService" />-->

          <endpoint address="https://aas.legiti-mate.net/Services/AffectedApplicationService.svc"
                binding="basicHttpsBinding" bindingConfiguration="BasicHttpBinding_IAffectedApplicationService"
                contract="AffectedApplicationService.IAffectedApplicationService"
                name="BasicHttpBinding_IAffectedApplicationService" />
        </client>
    </system.serviceModel>
</configuration>