Skip to content

Commit 7985e36

Browse files
chore: update README with environmental variables
1 parent 06fc289 commit 7985e36

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
This is the repository of the Automation Management microservice of the Smart Operating Block project.
33

44
## Usage
5-
Define the following environment variables:
5+
You need to specify the following environment variable:
6+
- `AZURE_CLIENT_ID`: ID of an Azure AD application
7+
- `AZURE_TENANT_ID`: ID of the application's Azure AD tenant
8+
- `AZURE_CLIENT_SECRET`: the application's client secrets
9+
- `AZURE_DT_ENDPOINT`: the Azure Digital Twins instance endpoint
10+
- `BOOTSTRAP_SERVER_URL`: the kafka connection endpoint
611
- `CONFIG_PATH`: the path where the microservice can find the configuration for environmental data and automation scenarios.
12+
- `SCHEMA_REGISTRY_URL`: the schema registry url

0 commit comments

Comments
 (0)