Skip to content

Commit

Permalink
added App.config with fake key
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin committed Sep 13, 2021
1 parent 09f40fd commit f9efcc6
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions AzureBlobSAS/App.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<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.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" />
</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="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="System.Text.Encodings.Web" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-4.0.5.1" newVersion="4.0.5.1" />
</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>
</assemblyBinding>
</runtime>
<appSettings>
<add key="SasUri" value="https://linwendev.blob.core.windows.net/test?sp=racwdl&amp;st=2021-09-13T18:00:00Z&amp;se=2021-09-13T18:00:30Z&amp;spr=https&amp;sv=2020-08-04&amp;sr=c&amp;sig=zLDXTj1LQuHnGgi%2BEHRPgww4FKV9pT8XAvy%2FcQdonpc%3D"/>
<add key="StorageAccountConnectionString" value="DefaultEndpointsProtocol=https;AccountName=linwendev;AccountKey=PWGd1VKD81h1QXFfmbCA/IJVBshQi2zY1AgWIDKWR4gx+mR6rj7D7VjkD8rVS8zBsdLcUYa4aqVY8kUKAsl1Ug==;EndpointSuffix=core.windows.net"/>
</appSettings>
</configuration>

0 comments on commit f9efcc6

Please sign in to comment.
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy