27 lines
2.4 KiB
XML
27 lines
2.4 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<connectionStrings>
|
|
<!--add name="AzureProdConnectionString" connectionString="DefaultEndpointsProtocol=https;AccountName=taloyhtiosmartechdev;AccountKey=86ufmJFcT5ga9uv1L4rWHCmvYyYNCzumOX5mSte4dDyqTRtEsUlzGS6fPu3c2+SvxEZpCgfQX2+Q+Sz1rY4bwQ==;BlobEndpoint=https://taloyhtiosmartechdev.blob.core.windows.net/;QueueEndpoint=https://taloyhtiosmartechdev.queue.core.windows.net/;TableEndpoint=https://taloyhtiosmartechdev.table.core.windows.net/;FileEndpoint=https://taloyhtiosmartechdev.file.core.windows.net/;" /-->
|
|
<add name="AzureProdConnectionString" connectionString="DefaultEndpointsProtocol=https;AccountName=taloyhtioidpdev;AccountKey=R/NmqHI9d9N7lU3pzhR0kdQjIQ2Wz9inZSiywWjxD8bdKB+GVEI1BSY/RRcP5icsA7lJJ2pTLheGFC9vfrooKw==;BlobEndpoint=https://taloyhtioidpdev.blob.core.windows.net/;QueueEndpoint=https://taloyhtioidpdev.queue.core.windows.net/;TableEndpoint=https://taloyhtioidpdev.table.core.windows.net/;FileEndpoint=https://taloyhtioidpdev.file.core.windows.net/;" />
|
|
<!--<add name="AzureProdConnectionString" connectionString="DefaultEndpointsProtocol=https;AccountName=taloyhtioidpprod;AccountKey=GsHwWPgGFExgGYFhI/xA4QbKOOiKu0rvS7BGxtsMyaRenvhvGrTHvq7VnjezbxohhkUWDu3xbVOsdN6WyRHg9g==;BlobEndpoint=https://taloyhtioidpprod.blob.core.windows.net/;QueueEndpoint=https://taloyhtioidpprod.queue.core.windows.net/;TableEndpoint=https://taloyhtioidpprod.table.core.windows.net/;FileEndpoint=https://taloyhtioidpprod.file.core.windows.net/;" />-->
|
|
</connectionStrings>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Buffers" 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-10.0.0.0" newVersion="10.0.0.0" />
|
|
</dependentAssembly>
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="Microsoft.Azure.Storage.Common" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
|
<bindingRedirect oldVersion="0.0.0.0-9.0.0.0" newVersion="9.0.0.0" />
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration> |