Skip to content

Commit

Permalink
Update ClientId and keyvault information
Browse files Browse the repository at this point in the history
for the different environments (Development, Staging, Production)
  • Loading branch information
tsundvoll committed Feb 3, 2023
1 parent f12230d commit d6631f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion backend/api/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"ClientSecret": "Fill in ASP.NET Secret Manager"
},
"KeyVault": {
"VaultUri": "https://PlaceboFlotillaDevKv.vault.azure.net/"
"VaultUri": "https://flotilladevkv.vault.azure.net/"
},
"Maps": {
"StorageAccount": "flotillamaps"
Expand Down
4 changes: 2 additions & 2 deletions backend/api/appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"AzureAd": {
"ClientId": "ea4c7b92-47b3-45fb-bd25-a8070f0c495c",
"ClientId": "9eb21071-0895-4097-b0d3-dab03c9de8ac",
"ClientSecret": "Fill in ASP.NET Secret Manager"
},
"KeyVault": {
"VaultUri": "https://PlaceboFlotillaDevKv.vault.azure.net/"
"VaultUri": "https://flotillaprodkv.vault.azure.net/"
},
"Maps": {
"StorageAccount": "flotillamaps"
Expand Down
4 changes: 2 additions & 2 deletions backend/api/appsettings.Staging.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"AzureAd": {
"ClientId": "ea4c7b92-47b3-45fb-bd25-a8070f0c495c",
"ClientId": "d89ab07a-3552-4a1f-9a18-9c819c13f2b8",
"ClientSecret": "Fill in ASP.NET Secret Manager"
},
"KeyVault": {
"VaultUri": "https://PlaceboFlotillaDevKv.vault.azure.net/"
"VaultUri": "https://flotillastagingkv.vault.azure.net/"
},
"Logging": {
"LogLevel": {
Expand Down

0 comments on commit d6631f3

Please sign in to comment.