You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
74 lines
4.8 KiB
XML
74 lines
4.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<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>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
|
|
</startup>
|
|
<connectionStrings>
|
|
<add name="GCIContext" connectionString="Data Source=.; Initial Catalog=GCI; User ID=sa; Password=123qwe;" providerName="System.Data.SqlClient" />
|
|
<add name="AuthContext" connectionString="Data Source=.; Initial Catalog=GCIPortal; User ID=condomino; Password=123qwe; MultipleActiveResultSets=True;" providerName="System.Data.SqlClient" />
|
|
<add name="GCICoreContext" connectionString="Data Source=.; Initial Catalog=GCI; User ID=sa; Password=123qwe; MultipleActiveResultSets=True;" providerName="System.Data.SqlClient" />
|
|
<add name="DocumentDbContext" connectionString="Data Source=.; Initial Catalog=GCI; User ID=sa; Password=123qwe; MultipleActiveResultSets=True; Enlist=false" providerName="System.Data.SqlClient" />
|
|
<add name="MaintenanceDbContext" connectionString="Data Source=.; Initial Catalog=GCI; User ID=sa; Password=123qwe; MultipleActiveResultSets=True; Enlist=false" providerName="System.Data.SqlClient" />
|
|
<add name="UTLDbContext" connectionString="Data Source=.; Initial Catalog=GCI; User ID=sa; Password=123qwe; MultipleActiveResultSets=True;" providerName="System.Data.SqlClient" />
|
|
<add name="HangFireDb" connectionString="Data Source=.;Initial Catalog=GCIJobs;User ID=sa; Password=123qwe" providerName="System.Data.SqlClient" />
|
|
</connectionStrings>
|
|
<appSettings>
|
|
<add key="maintenanceUrl" value="http://virtualdenariu:5050"/>
|
|
<add key="maintenanceClientId" value="admin"/>
|
|
<add key="maintenanceClientSecret" value="2417663E-46E0-4E05-85EE-B38DE40F4ECB"/>
|
|
<add key="smtpPort" value="465" />
|
|
<add key="smtpServer" value="mail.denariu.pt" />
|
|
<add key="smtpSsl" value="true" />
|
|
|
|
<add key="serilog:minimum-level" value="Debug" />
|
|
<add key="serilog:enrich:with-property:Application" value="GCI" />
|
|
<add key="serilog:enrich:with-property:Environment" value="PROD"/>
|
|
<add key="serilog:using:File" value="Serilog.Sinks.File" />
|
|
<add key="serilog:write-to:File.rollingInterval" value="Day" />
|
|
<add key="serilog:write-to:File.rollOnFileSizeLimit" value="true" />
|
|
<add key="serilog:write-to:File.fileSizeLimitBytes" value="20480000" />
|
|
<add key="serilog:write-to:File.path" value="C:\TempDenariu\Logs\tasker.log" />
|
|
<add key="serilog:write-to:File.retainedFileCountLimit" value="50" />
|
|
<add key="DBLOCAL" value="virtualdenariu\SQL2014"/>
|
|
<add key="DBREMOTE" value="25.71.116.223\SQL2014"/>
|
|
</appSettings>
|
|
<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>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="WindowsBase" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.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>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="MimeKit" publicKeyToken="bede1c8a46c66814" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-2.4.0.0" newVersion="2.4.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Diagnostics.DiagnosticSource" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-4.0.1.0" newVersion="4.0.1.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|