This repository has been archived on 2025-02-19. You can view files and clone it, but cannot push or open issues or pull requests.
Amen/Amen/Web.config

217 lines
12 KiB
XML

<?xml version="1.0"?>
<!-- Than was here-->
<!--
For more information on how to configure your ASP.NET application, please visit
http://go.microsoft.com/fwlink/?LinkId=301880
-->
<configuration>
<configSections>
<!-- 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>
<connectionStrings>
<!--<add name="AmenPrayerDev" connectionString="Data Source=.\SQLEXPRESS; Integrated Security=False;Initial Catalog=AmenPrayer; User ID=amenadmin; Password=Pr@y4M3Now; MultipleActiveResultSets=True;" providerName="System.Data.SqlClient"/>-->
<!--<add name="AmenPrayerDev" connectionString="Server=tcp:amen.database.windows.net,1433;Database=AmenPrayer-Dev;User ID=amenadmin@amen.database.windows.net;Password=Pr@y4M3Now;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;" providerName="System.Data.SqlClient" />-->
<!--<add name="AmenPrayerStage" connectionString="Server=tcp:amen.database.windows.net,1433;Database=AmenPrayer-Stage;User ID=amenadmin@amen.database.windows.net;Password=Pr@y4M3Now;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;" providerName="System.Data.SqlClient"/>-->
<!--<add name="AmenPrayerProd" connectionString="Server=tcp:amen.database.windows.net,1433;Database=AmenPrayer-Prod;User ID=amenadmin@amen.database.windows.net;Password=Pr@y4M3Now;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;" providerName="System.Data.SqlClient"/>-->
<!--<add name="AmenPrayer" connectionString="Server=tcp:amen.database.windows.net,1433;Database=AmenPrayer-Dev;User ID=amenadmin@amen.database.windows.net;Password=Pr@y4M3Now;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;" providerName="System.Data.SqlClient" />-->
<!--<add name="AmenPrayer" connectionString="Data Source=.\SQLEXPRESS; Integrated Security=False;Initial Catalog=AmenPrayer; User ID=amenadmin; Password=Pr@y4M3Now; MultipleActiveResultSets=True;" providerName="System.Data.SqlClient"/>-->
<!-- Local Dev -->
<!--<add name="AmenPrayer"
connectionString="
Data Source=.\SQLEXPRESS;
Initial Catalog=AmenPrayer-Dev;
Integrated Security=SSPI;
MultipleActiveResultSets=True;"
providerName="System.Data.SqlClient"
/>-->
<!-- Stage -->
<add name="AmenPrayer" connectionString=" Server=tcp:amen.database.windows.net,1433; Initial Catalog=AmenPrayer-Stage; User ID=amenadmin; Password=Pr@y4M3Now; MultipleActiveResultSets=True; Encrypt=True; TrustServerCertificate=False; Connection Timeout=30;" providerName="System.Data.SqlClient"/>
<!-- Prod -->
<!--<add name="AmenPrayer"
connectionString="
Server=tcp:amen.database.windows.net,1433;
Initial Catalog=AmenPrayer-Prod;
User ID=amenadmin;
Password=Pr@y4M3Now;
MultipleActiveResultSets=True;
Encrypt=True;
TrustServerCertificate=False;
Connection Timeout=30;"
providerName="System.Data.SqlClient"
/>-->
<!--<add name="AmenPrayer"
connectionString="
Server=tcp:amen.database.windows.net,1433;
Database=AmenPrayer-Prod;
User ID=amenadmin@amen.database.windows.net;
Password=Pr@y4M3Now;
Trusted_Connection=False;
Encrypt=True;
Connection Timeout=30;"
providerName="System.Data.SqlClient" />-->
</connectionStrings>
<appSettings>
<add key="IsUpgradeInProgress" value="False"/>
<add key="EmailOverrideToAddress" value=""/>
<!--<add key="EmailServer" value="mail.amenprayer.com" />-->
<!--<add key="EmailServerPort" value="587" />-->
<!--<add key="EmailServer" value="amenprayer-com.mail.protection.outlook.com" />-->
<!--<add key="EmailServerPort" value="25" />-->
<add key="EmailServer" value="mail.smtp2go.com"/>
<add key="EmailServerPort" value="2525"/>
<add key="EmailServerEnableSsl" value="true"/>
<add key="EmailServerUsername" value="amenprayerapp"/>
<add key="EmailServerPassword" value="ZWxnOWIzNTBpbzgw"/>
<add key="NotifyEmailFromAccount" value="Hope@amenprayer.com"/>
<add key="NotifyEmailFromAccountName" value="Amen: The Prayer App"/>
<!--<add key="NotifyEmailFromPassword" value="As&amp;g%i4Y@8$&amp;4j7zpyo2nr$&amp;" />-->
<add key="AccountEmailFromAccount" value="Angel@amenprayer.com"/>
<add key="AccountEmailFromAccountName" value="Amen: The Prayer App"/>
<!--<add key="AccountEmailFromPassword" value="w#@%@#6fg2ycN6qgd36$^b&amp;w" />-->
<add key="SmsOverrideToNumber" value=""/>
<add key="AzureBlobStorageLogoFolder" value="logo"/>
<add key="AzureBlobStorageAccount" value="amen"/>
<add key="AzureBlobStorageAccountKey" value="KHwu8oUqhq08wnEWNBYwUo7698oFRXd4AAYlH3VFlrutewZ8zDONmg4LmceHFjdVksY/6G9Z8KwiE3O8ghuXfQ=="/>
<add key="FacebookAppId" value="1837084549899587"/>
<add key="FacebookAppSecret" value="53452d285d8cf760f8fe8da491ddfb20"/>
<add key="webpages:Version" value="3.0.0.0"/>
<add key="webpages:Enabled" value="false"/>
<add key="ClientValidationEnabled" value="true"/>
<add key="UnobtrusiveJavaScriptEnabled" value="true"/>
</appSettings>
<!--
For a description of web.config changes see http://go.microsoft.com/fwlink/?LinkId=235367.
The following attributes can be set on the <httpRuntime> tag.
<system.Web>
<httpRuntime targetFramework="4.8" />
</system.Web>
-->
<system.web>
<authentication mode="None"/>
<customErrors mode="Off"/>
<compilation debug="true" targetFramework="4.8.1"/>
<httpRuntime targetFramework="4.5" executionTimeout="300" maxRequestLength="10240"/>
</system.web>
<system.webServer>
<modules>
<remove name="FormsAuthentication"/>
</modules>
<handlers>
<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>
<!--<rewrite>
<rules>
<rule name="Redirect to HTTPS">
<match url="(.*)" />
<conditions>
<add input="{HTTPS}" pattern="off" ignoreCase="true" />
</conditions>
<action type="Redirect" url="https://{SERVER_NAME}/{R:1}" redirectType="SeeOther" />
</rule>
</rules>
</rewrite>-->
</system.webServer>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.OAuth" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security.Cookies" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Owin.Security" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.0.0" newVersion="3.1.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" culture="neutral" publicKeyToken="30ad4fe6b2a6aeed"/>
<bindingRedirect oldVersion="0.0.0.0-13.0.0.0" newVersion="13.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Helpers" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="0.0.0.0-5.2.2.0" newVersion="5.2.2.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.Optimization" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="1.1.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Web.WebPages" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="0.0.0.0-3.0.0.0" newVersion="3.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35"/>
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Text.Json" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.2" newVersion="6.0.0.2"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Primitives" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Configuration.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Caching.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Options" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Logging.Abstractions" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-6.0.0.0" newVersion="6.0.0.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.DependencyInjection" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0"/>
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="Microsoft.Extensions.Logging" publicKeyToken="adb9793829ddae60" culture="neutral"/>
<bindingRedirect oldVersion="0.0.0.0-3.1.8.0" newVersion="3.1.8.0"/>
</dependentAssembly>
</assemblyBinding>
</runtime>
<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>