Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jujiro committed May 22, 2019
1 parent a606963 commit 3fa78df
Show file tree
Hide file tree
Showing 6 changed files with 486 additions and 12 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,7 @@ paket-files/

# Python Tools for Visual Studio (PTVS)
__pycache__/
*.pyc
*.pyc

# Ashish's changes
azure-blob-util/local-readme.txt
13 changes: 10 additions & 3 deletions azure-blob-util/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
</startup>
<appSettings>
<add key="storageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=storage1;AccountKey=hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhsgsgsgsgsgsgsgsgsgsgsgsgsg==;" />
<add key="storageContainer" value="container1" />
<add key="targetStorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=storage2;AccountKey=ydydydydydydhdndhdttdjkdtrtrthrhrhrhhrhhrhrhrhrhrhrhrhrhrhrhrhrhrhrhh==;" />
<add key="targetStorageContainer" value="container2" />
<add key="maxThreads" value="5" />
</appSettings>
</configuration>
Loading

0 comments on commit 3fa78df

Please sign in to comment.