Skip to content

Commit

Permalink
Fixing wrongly named variable in environment settings for bicep (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
TTA777 authored Apr 16, 2024
1 parent 68dd7af commit 0a72a94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions infrastructure/dev.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
],
"keyVaultReferences": [
{
"name": "IdentityServerSettings__TokenKey",
"secretName": "IdentityServerSettings-TokenKey"
"name": "IdentitySettings__TokenKey",
"secretName": "IdentitySettings-TokenKey"
},
{
"name": "IdentitySettings__AdminToken",
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/prd.settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
],
"keyVaultReferences": [
{
"name": "IdentityServerSettings__TokenKey",
"secretName": "IdentityServerSettings-TokenKey"
"name": "IdentitySettings__TokenKey",
"secretName": "IdentitySettings-TokenKey"
},
{
"name": "IdentitySettings__AdminToken",
Expand Down

0 comments on commit 0a72a94

Please sign in to comment.