Guest User

Reddit Ranked Flairs Configuration

a guest
Mar 18th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 7.05 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3.  For more information on how to configure your ASP.NET application, please visit
  4.  http://go.microsoft.com/fwlink/?LinkId=301880
  5.  -->
  6. <configuration>
  7.     <configSections>
  8.         <!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
  9.         <section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
  10.         <section name="dotless" type="dotless.Core.configuration.DotlessConfigurationSectionHandler, dotless.Core" />
  11.     </configSections>
  12.     <appSettings>
  13.         <add key="webpages:Version" value="3.0.0.0" />
  14.         <add key="webpages:Enabled" value="false" />
  15.         <add key="ClientValidationEnabled" value="true" />
  16.         <add key="UnobtrusiveJavaScriptEnabled" value="true" />
  17.  
  18.         <add key="Hangfire.disabled" value="false"/>
  19.  
  20.         <add key="reddit.auth.clientId" value="..." />
  21.         <add key="reddit.auth.clientSecret" value="..." />
  22.         <add key="reddit.script.clientId" value="..."/>
  23.         <add key="reddit.script.clientSecret" value="..."/>
  24.  
  25.         <add key="reddit.modUserName" value="..." />
  26.         <add key="reddit.modPassword" value="..." />
  27.  
  28.         <add key="riot.apiKey" value="..." />
  29.         <add key="riot.maxAttempts" value="3" />
  30.         <add key="riot.retryInterval" value="0:00:01.5" />
  31.         <add key="riot.maxRequestsPer10Seconds" value="18000" />
  32.  
  33.         <add key="website.leagueUpdateStaleTime" value="05:00:00.000"/>
  34.  
  35.         <add key="security.admins" value="kivinkujata" />
  36.     </appSettings>
  37.     <connectionStrings>
  38.         <add name="UnitOfWork" connectionString="Data Source=(localdb)\v11.0;AttachDbFilename=|DataDirectory|\RedditRankedFlairs.mdf;Integrated Security=True" providerName="System.Data.SqlClient" />
  39.         <add name="Hangfire" connectionString="Data Source=(localdb)\v11.0;AttachDbFilename=|DataDirectory|\RedditRankedFlairs.mdf;Integrated Security=True" providerName="System.Data.SqlClient" />
  40.     </connectionStrings>
  41.     <system.web>
  42.         <compilation debug="true" targetFramework="4.5.2" />
  43.         <httpRuntime targetFramework="4.5.2" />
  44.     </system.web>
  45.     <system.net>
  46.     </system.net>
  47.     <runtime>
  48.         <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  49.             <dependentAssembly>
  50.                 <assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35" />
  51.                 <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  52.             </dependentAssembly>
  53.             <dependentAssembly>
  54.                 <assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35" />
  55.                 <bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0" />
  56.             </dependentAssembly>
  57.             <dependentAssembly>
  58.                 <assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35" />
  59.                 <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  60.             </dependentAssembly>
  61.             <dependentAssembly>
  62.                 <assemblyIdentity name="Autofac" publicKeyToken="17863af14b0044da" culture="neutral" />
  63.                 <bindingRedirect oldVersion="0.0.0.0-3.5.0.0" newVersion="3.5.0.0" />
  64.             </dependentAssembly>
  65.             <dependentAssembly>
  66.                 <assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  67.                 <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  68.             </dependentAssembly>
  69.             <dependentAssembly>
  70.                 <assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  71.                 <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  72.             </dependentAssembly>
  73.             <dependentAssembly>
  74.                 <assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  75.                 <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  76.             </dependentAssembly>
  77.             <dependentAssembly>
  78.                 <assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  79.                 <bindingRedirect oldVersion="0.0.0.0-3.0.1.0" newVersion="3.0.1.0" />
  80.             </dependentAssembly>
  81.             <dependentAssembly>
  82.                 <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
  83.                 <bindingRedirect oldVersion="0.0.0.0-8.0.0.0" newVersion="8.0.0.0" />
  84.             </dependentAssembly>
  85.             <dependentAssembly>
  86.                 <assemblyIdentity name="System.Web.Http" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  87.                 <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  88.             </dependentAssembly>
  89.             <dependentAssembly>
  90.                 <assemblyIdentity name="System.Net.Http.Formatting" publicKeyToken="31bf3856ad364e35" culture="neutral" />
  91.                 <bindingRedirect oldVersion="0.0.0.0-5.2.3.0" newVersion="5.2.3.0" />
  92.             </dependentAssembly>
  93.         </assemblyBinding>
  94.     </runtime>
  95.     <entityFramework>
  96.         <defaultConnectionFactory type="System.Data.Entity.Infrastructure.SqlConnectionFactory, EntityFramework" />
  97.         <providers>
  98.             <provider invariantName="System.Data.SqlClient" type="System.Data.Entity.SqlServer.SqlProviderServices, EntityFramework.SqlServer" />
  99.         </providers>
  100.     </entityFramework>
  101.     <dotless minifyCss="false" cache="true" web="false" strictMath="false" />
  102.     <system.webServer>
  103.         <handlers>
  104.             <add name="dotless" path="*.less" verb="GET" type="dotless.Core.LessCssHttpHandler,dotless.Core" resourceType="File" preCondition="" />
  105.         <remove name="ExtensionlessUrlHandler-Integrated-4.0" /><remove name="OPTIONSVerbHandler" /><remove name="TRACEVerbHandler" /><add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="*" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /></handlers>
  106.     </system.webServer>
  107.     <system.codedom>
  108.         <compilers>
  109.             <compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701" />
  110.             <compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+" />
  111.         </compilers>
  112.     </system.codedom>
  113. </configuration>
Add Comment
Please, Sign In to add comment