Skip to content

Commit

Permalink
test(NODE-5695): update azure configuration (#3892)
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Oct 16, 2023
1 parent 2ab2189 commit efb5e93
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const metadata: MongoDBMetadataUI = {

const dataKeyOptions = {
masterKey: {
keyVaultEndpoint: 'https://keyvault-drivers-2411.vault.azure.net/keys/',
keyName: 'KEY-NAME'
keyVaultEndpoint: 'https://drivers-2411-keyvault.vault.azure.net/',
keyName: 'drivers-2411-keyname'
}
};

Expand Down

0 comments on commit efb5e93

Please sign in to comment.