<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <!-- configuration section to be used it service will NOT have a database -->
  <configSections>
    <section name="services" type="Neo.Afx.Services.ServiceConfigurationSection, Neo.Afx.WinService.Common, Version=1.0.0.0, Culture=neutral, PublicKeyToken=19e71ac1761ebd3c"/>
    <section name="EmailSenderSettings" type="System.Configuration.NameValueFileSectionHandler, System, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
    <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
    <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false"/>
  </configSections>
  <services>
    <add name="Email Sender" sectionName="EmailSenderSettings" pollFrequency="Minutes" pollTime="00:02:00" type="Neo.Afx.WinService.Messages.EmailSender, Neo.Afx.WinService.Messages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=19e71ac1761ebd3c"/>
  </services>
  <EmailSenderSettings>
    <add key="ConnectionString" value="metadata=res://*/MessageModel.csdl|res://*/MessageModel.ssdl|res://*/MessageModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=197.242.158.191;initial catalog=Thermowise;persist security info=True;user id=Legitimate;password=L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;"/>
    <add key="MaxRetries" value="3"/>
    <add key="RecipientSeparator" value=","/>
  </EmailSenderSettings>
  <!-- configuration section to be used it service will have a database -->
  <connectionStrings>
    <add name="ServiceContext" connectionString="metadata=res://*/Services.ServiceModel.csdl|res://*/Services.ServiceModel.ssdl|res://*/Services.ServiceModel.msl;provider=System.Data.SqlClient;provider connection string=&quot;data source=GROUPER\DEV09;initial catalog=VectorWorkflows;persist security info=True;user id=Legitimate;password=L3g1t1mat3;multipleactiveresultsets=True;App=EntityFramework&quot;" providerName="System.Data.EntityClient"/>
  </connectionStrings>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.2"/>
  </startup>
  <entityFramework>
    <defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
      <parameters>
        <parameter value="mssqllocaldb"/>
      </parameters>
    </defaultConnectionFactory>
    <providers>
      <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer"/>
    </providers>
  </entityFramework>
</configuration>
