Skip to content

Commit 1b3707e

Browse files
authored
Backfill repo metadata tool (#6288)
* works * improve log * PR comments * Fix comments * bug fix
1 parent e5bc4fb commit 1b3707e

5 files changed

Lines changed: 577 additions & 1 deletion

File tree

src/GalleryTools/App.config

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,10 @@
1313
<add key="Gallery.AzureStorage.Auditing.ConnectionString" value=""/>
1414
<add key="Gallery.AzureStorage.Errors.ConnectionString" value=""/>
1515
<add key="Gallery.AzureStorage.Packages.ConnectionString" value=""/>
16-
<add key="Gallery.SqlServer" value="Data Source=(localdb)\mssqllocaldb; Initial Catalog=NuGetGallery; Integrated Security=True; MultipleActiveResultSets=True"/>
1716

17+
<add key="Gallery.SqlServer" value="Data Source=(localdb)\mssqllocaldb; Initial Catalog=NuGetGallery; Integrated Security=True; MultipleActiveResultSets=True"/>
18+
<add key="Gallery.SupportRequestSqlServer" value="Data Source=(localdb)\mssqllocaldb; Initial Catalog=NuGetGallery; Integrated Security=True; MultipleActiveResultSets=True"/>
19+
1820
<!-- KeyVault configuration to fetch secrets. -->
1921
<add key="KeyVault.VaultName" value=""/>
2022
<add key="KeyVault.ClientId" value=""/>
@@ -25,6 +27,8 @@
2527
<add key="Gallery.FileStorageDirectory" value="..\..\..\NuGetGallery\App_Data\Files"/>
2628
<add key="Gallery.LuceneIndexLocation" value="Temp"/>
2729
<add key="Gallery.IsHosted" value="false"/>
30+
31+
<add key="Gallery.ServiceDiscoveryUri" value="https://api.nuget.org/v3/index.json" />
2832
</appSettings>
2933
<entityFramework>
3034
<defaultConnectionFactory type="System.Data.Entity.Infrastructure.LocalDbConnectionFactory, EntityFramework">

0 commit comments

Comments
 (0)