Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
/ NuGet.Jobs Public archive

Commit

Permalink
Fix AuxData job config (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenriksson authored Aug 21, 2018
1 parent 37270c0 commit 8d618ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Search.GenerateAuxiliaryData/Settings/dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Initialization": {
"AzureCdnCloudStorageAccount": "DefaultEndpointsProtocol=https;AccountName=nugetdevlegacy;AccountKey=$$Dev-NuGetDevLegacyStorage-Key$$",
"AzureCdnCloudStorageContainerName": "nuget-cdnstats",
"PrimaryDestination": "DefaultEndpointsProtocol=https;AccountName=nugetdev0;AccountKey=$$Dev-NuGetDev0Storage-Key$$"
"PrimaryDestination": "DefaultEndpointsProtocol=https;AccountName=nugetdevlegacy;AccountKey=$$Dev-NuGetDevLegacyStorage-Key$$"
},

"GalleryDb": {
Expand Down
2 changes: 1 addition & 1 deletion src/Search.GenerateAuxiliaryData/Settings/prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Initialization": {
"AzureCdnCloudStorageAccount": "DefaultEndpointsProtocol=https;AccountName=nugetgallery;AccountKey=$$Prod-NuGetGalleryStorage-Key$$",
"AzureCdnCloudStorageContainerName": "nuget-cdnstats",
"PrimaryDestination": "DefaultEndpointsProtocol=https;AccountName=nugetprod0;AccountKey=$$Prod-NuGetProd0Storage-Key$$"
"PrimaryDestination": "DefaultEndpointsProtocol=https;AccountName=nugetgallery;AccountKey=$$Prod-NuGetGalleryStorage-Key$$"
},

"GalleryDb": {
Expand Down

0 comments on commit 8d618ac

Please sign in to comment.