Skip to content

Instantly share code, notes, and snippets.

@lynx44
Created May 27, 2020 00:21
Show Gist options
  • Save lynx44/5360767d80c5b57d3100aaac0c344faf to your computer and use it in GitHub Desktop.
Save lynx44/5360767d80c5b57d3100aaac0c344faf to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
<!-- 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>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
<connectionStrings>
<add name="JobBoardDbConnection"
connectionString="Server=tcp:aaa.database.windows.net,1433;Database=aaa;User ID=aaa@aaa;Password=aaa;Encrypt=True;TrustServerCertificate=False;Connection Timeout=300;"
providerName="System.Data.SqlClient"/>
</connectionStrings>
<appSettings>
<add key="Environment" value="production"/>
<add key="MaxWidth" value="3000" />
<add key="MaxHeight" value="3000" />
<add key="ResumeCache" value="D:\aaa\aaa\aaa\aaa\aaa\"/>
<add key="ResumeFiles" value="D:\aaa\aaa\aaa\aaa\aaa\"/>
<add key="ClientSettingsProvider.ServiceUri" value="" />
<add key="IndeedXmlFileLocation" value="D:\aaa\aaa\aaa\aaa\aaa\aaa"/>
<add key="SnagAJobXmlFileLocation" value="D:\aaa\aaa\aaa\aaa\aaa\aaa"/>
<add key="ZipRecruiterXmlFileLocation" value="D:\aaa\aaa\aaa\aaa\aaa\aaa"/>
<add key="IndustryXmlFileLocation" value="D:\aaa\aaa\aaa\aaa\aaa\aaa"/>
<add key="DefaultXmlPublisher" value="aaa" />
<add key="DefaultXmlPublisherUrl" value="http://aaa" />
<add key="ArenaIOApiUrl" value="https://aaa"/>
<add key="ArenaIOApiUserName" value="aaa"/>
<add key="ArenaIOApiPassword" value="aaa"/>
<add key="ArenaExceptionsEmail" value="aaa@aaa.com,aaa@aaa.com" />
<add key="JobFeedDirectory" value="D:\aaa\aaa\aaa\aaa\aaa"/>
<add key="IndeedApplyApiToken" value="aaa"/>
<add key="IndeedApplySecretKey" value="aaa"/>
<add key="IndeedApplyPostUrl" value="https://aaa"/>
<add key="TwilioAccountSid" value="aaa" />
<add key="TwilioAuthToken" value="aaa" />
<add key="TwilioMessagingServiceSid" value="aaa" />
<add key="FacebookCompanyId" value="aaa" />
</appSettings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Practices.EnterpriseLibrary.Common" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-5.2.0.0" newVersion="5.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="RazorEngine" publicKeyToken="9ee697374c7e744a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.4.1.0" newVersion="3.4.1.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="NLog" publicKeyToken="5120e14c03d0593c" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Razor" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages.Deployment" publicKeyToken="31bf3856ad364e35" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="SimpleInjector" publicKeyToken="984cb50dea722e99" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.5.0.0" newVersion="2.5.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Common.Logging" publicKeyToken="af08829b84f0328e" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-2.2.0.0" newVersion="2.2.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="12.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
<system.net>
<mailSettings>
<smtp from="aaa@aaa.com">
<network host="smtp.aaa.net" port="587" userName="aaa" password="aaa"
enableSsl="true"/>
</smtp>
</mailSettings>
</system.net>
<nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<extensions>
<add assembly="JobBoard.Infrastructure.Logging" />
</extensions>
<targets>
<target name="LogFile" xsi:type="File" fileName="D:\aaa\aaa\aaa\aaa\aaa\aaa.txt"
layout="${longdate} | ${level:uppercase=true} | Message: ${message}"/>
</targets>
<rules>
<logger name="*" minlevel="Debug" writeTo="LogFile" />
</rules>
</nlog>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
<providers>
<provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
</providers>
</entityFramework>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment