Skip to content

Commit 7835f7f

Browse files
chore: update README.md with azure env variables
1 parent 7674e7f commit 7835f7f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ An integration microservice responsible to manage Operating Block users:
1717
## Usage
1818
1. Provide a `.env` file with the following variables:
1919
- USER_MANAGEMENT_MONGODB_URL
20+
- AZURE_CLIENT_ID: ID of an Azure AD application
21+
- AZURE_TENANT_ID: ID of the application's Azure AD tenant
22+
- AZURE_CLIENT_SECRET: the application's client secrets
23+
- AZURE_DT_ENDPOINT: the Azure Digital Twins instance endpoint
2024
2. Run the container with the command:
2125

2226
`docker run ghcr.io/smartoperatingblock/user-management-integration-microservice:latest`

0 commit comments

Comments
 (0)