Skip to content

Commit

Permalink
Update README.md (#424)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Update README.md
  • Loading branch information
SebastianOpriel authored Jul 14, 2023
1 parent f9c4b8f commit 689a141
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions extensions/ids-broker-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
8 changes: 7 additions & 1 deletion extensions/ids-clearinghouse-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 689a141

Please sign in to comment.