From 689a1410dee285462a9a12f680ebba3d4e297702 Mon Sep 17 00:00:00 2001 From: Sebastian Opriel Date: Fri, 14 Jul 2023 08:12:53 +0200 Subject: [PATCH] Update README.md (#424) * Update README.md * Update README.md * Update README.md --- extensions/ids-broker-client/README.md | 6 ++++++ extensions/ids-clearinghouse-client/README.md | 8 +++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/extensions/ids-broker-client/README.md b/extensions/ids-broker-client/README.md index cf9f53b5e..59dc15294 100644 --- a/extensions/ids-broker-client/README.md +++ b/extensions/ids-broker-client/README.md @@ -72,6 +72,12 @@ The Broker URL can be configured with the ENV var: EDC_BROKER_BASE_URL=https://broker.test.mobility-dataspace.eu ``` +To disable the extension (per default enabled) you can use following ENV var: + +```dotenv +BROKER_CLIENT_EXTENSION_ENABLED=false +``` + ## License Apache License 2.0 - see [LICENSE](../../LICENSE) diff --git a/extensions/ids-clearinghouse-client/README.md b/extensions/ids-clearinghouse-client/README.md index 1c2b4aed3..3d5166eb2 100644 --- a/extensions/ids-clearinghouse-client/README.md +++ b/extensions/ids-clearinghouse-client/README.md @@ -32,12 +32,18 @@ be used in the Mobility Data Space (MDS). ## Configuration -The Clearing House URL can be configured with the ENV Var: +The Clearing House URL can be configured with the ENV var: ```dotenv EDC_CLEARINGHOUSE_LOG_URL=https://clearing.test.mobility-dataspace.eu/messages/log ``` +To disable the extension (per default enabled) you can use following ENV var: + +```dotenv +CLEARINGHOUSE_CLIENT_EXTENSION_ENABLED=false +``` + ## License Apache License 2.0 - see [LICENSE](../../LICENSE)