TFS_ANTIGUO/SInCathay/ULA.Cathay.CreditoModel/App.config

31 lines
2.3 KiB
Text
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="entityFramework" type="System.Data.Entity.Internal.ConfigFile.EntityFrameworkSection, EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
<!-- For more information on Entity Framework configuration, visit http://go.microsoft.com/fwlink/?LinkID=237468 -->
</configSections>
<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>
<connectionStrings>
<add name="CreditoContex" connectionString="data source=25.7.215.147;initial catalog=BPMCORPORATIVO;persist security info=True;user id=sa;password=Atesa05;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
<add name="ContextoCorporativoDatosRecientes" connectionString="data source=ULADEVEXTERNO;initial catalog=CorporativoDatosRecientes;persist security info=True;user id=UserCathay;password=Atesa05;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
<add name="ComponentContex" connectionString="data source=SRV-SQLDESA02\instan01;initial catalog=Ultimus.ComponentManager;persist security info=True;user id=ultimus;password=Ultcathay15;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
<add name="CreditoContex1" connectionString="data source=SRV-SQLDESA02;initial catalog=BPMCORPORATIVO;persist security info=True;user id=ULTIMUS;MultipleActiveResultSets=True;App=EntityFramework" providerName="System.Data.SqlClient" />
</connectionStrings>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Ultimus.Utilitarios" publicKeyToken="54e6b768c4090660" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-1.0.0.4" newVersion="1.0.0.4" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>