We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fc289 commit 7985e36Copy full SHA for 7985e36
README.md
@@ -2,5 +2,11 @@
2
This is the repository of the Automation Management microservice of the Smart Operating Block project.
3
4
## Usage
5
-Define the following environment variables:
+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
11
- `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