Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit 05ba525

Browse files
Update auxiliary storage for dev and prod. (#582)
1 parent 7cf33fc commit 05ba525

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/Search.GenerateAuxiliaryData/Settings/dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Initialization": {
33
"AzureCdnCloudStorageAccount": "DefaultEndpointsProtocol=https;AccountName=nugetdevlegacy;AccountKey=$$Dev-NuGetDevLegacyStorage-Key$$",
44
"AzureCdnCloudStorageContainerName": "nuget-cdnstats",
5-
"PrimaryDestination": "DefaultEndpointsProtocol=https;AccountName=nugetdevlegacy;AccountKey=$$Dev-NuGetDevLegacyStorage-Key$$"
5+
"PrimaryDestination": "DefaultEndpointsProtocol=https;AccountName=nugetdev0;AccountKey=$$Dev-NuGetDev0Storage-Key$$"
66
},
77

88
"GalleryDb": {

src/Search.GenerateAuxiliaryData/Settings/prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"Initialization": {
33
"AzureCdnCloudStorageAccount": "DefaultEndpointsProtocol=https;AccountName=nugetgallery;AccountKey=$$Prod-NuGetGalleryStorage-Key$$",
44
"AzureCdnCloudStorageContainerName": "nuget-cdnstats",
5-
"PrimaryDestination": "DefaultEndpointsProtocol=https;AccountName=nugetgallery;AccountKey=$$Prod-NuGetGalleryStorage-Key$$"
5+
"PrimaryDestination": "DefaultEndpointsProtocol=https;AccountName=nugetprod0;AccountKey=$$Prod-NuGetProd0Storage-Key$$"
66
},
77

88
"GalleryDb": {

0 commit comments

Comments
 (0)