Skip to content

Commit

Permalink
Backfill repo metadata tool (#6288)
Browse files Browse the repository at this point in the history
* works

* improve log

* PR comments

* Fix comments

* bug fix
  • Loading branch information
skofman1 authored Aug 15, 2018
1 parent e5bc4fb commit 1b3707e
Show file tree
Hide file tree
Showing 5 changed files with 577 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/GalleryTools/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
<add key="Gallery.AzureStorage.Auditing.ConnectionString" value=""/>
<add key="Gallery.AzureStorage.Errors.ConnectionString" value=""/>
<add key="Gallery.AzureStorage.Packages.ConnectionString" value=""/>
<add key="Gallery.SqlServer" value="Data Source=(localdb)\mssqllocaldb; Initial Catalog=NuGetGallery; Integrated Security=True; MultipleActiveResultSets=True"/>

<add key="Gallery.SqlServer" value="Data Source=(localdb)\mssqllocaldb; Initial Catalog=NuGetGallery; Integrated Security=True; MultipleActiveResultSets=True"/>
<add key="Gallery.SupportRequestSqlServer" value="Data Source=(localdb)\mssqllocaldb; Initial Catalog=NuGetGallery; Integrated Security=True; MultipleActiveResultSets=True"/>

<!-- KeyVault configuration to fetch secrets. -->
<add key="KeyVault.VaultName" value=""/>
<add key="KeyVault.ClientId" value=""/>
Expand All @@ -25,6 +27,8 @@
<add key="Gallery.FileStorageDirectory" value="..\..\..\NuGetGallery\App_Data\Files"/>
<add key="Gallery.LuceneIndexLocation" value="Temp"/>
<add key="Gallery.IsHosted" value="false"/>

<add key="Gallery.ServiceDiscoveryUri" value="https://api.nuget.org/v3/index.json" />
</appSettings>
<entityFramework>
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">
Expand Down
Loading

0 comments on commit 1b3707e

Please sign in to comment.