Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1plam committed Jun 14, 2023
1 parent 03e79ae commit 513edc7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,9 +268,9 @@ By leveraging Mapperly, we do benefit from automatic code generation for mapping

You must set up the following environment variables in your secrets in order to run this project:

<br>`AZURE_CLIENT_ID`: The client ID of your Azure application.</br>
<br>`AZURE_CLIENT_SECRET`: The client secret of your Azure application.</br>
<br>`AZURE_TENANT_ID`: The ID of your Azure tenant.</br>
<br>`AZURE_VAULT_NAME`: The name of your Azure Key Vault.</br>
`AZURE_CLIENT_ID`: The client ID of your Azure application.
`AZURE_CLIENT_SECRET`: The client secret of your Azure application.
`AZURE_TENANT_ID`: The ID of your Azure tenant.
`AZURE_VAULT_NAME`: The name of your Azure Key Vault.

For authentication and accessing the Azure Key Vault in the project, these environment variables are required. Make sure to configure your secrets or environment such that the values of these variables are appropriate.

0 comments on commit 513edc7

Please sign in to comment.