From 6009dce42bc22bc84c30b12b3281811961faa8ac Mon Sep 17 00:00:00 2001 From: farhin23 Date: Fri, 15 Mar 2024 12:47:27 +0100 Subject: [PATCH] fix: Update AppConfig file directories in README.md #183 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 800b3121..d693621a 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,13 @@ docker compose --profile ui -f system-tests/docker-compose.yml up --build > In Windows Docker Compose expects the path to use forward slashes instead of backslashes. -The profile `ui` creates three Data Dashboards each connected to an EDC participant. The respective `app.config.json` -files can be found in the respective directories: +The profile `ui` creates three Data Dashboards each connected to an EDC participant. +Each of these Data Dashboards uses the respective `app.config.json` file which is stored in the +respective directories: -- `resources/appconfig/company1/app.config.json` -- `resources/appconfig/company2/app.config.json` -- `resources/appconfig/company3/app.config.json` +- [`./system-tests/resources/appconfig/company1/app.config.json`](./system-tests/resources/appconfig/company1/app.config.json) +- [`./system-tests/resources/appconfig/company2/app.config.json`](./system-tests/resources/appconfig/company2/app.config.json) +- [`./system-tests/resources/appconfig/company3/app.config.json`](./system-tests/resources/appconfig/company3/app.config.json) That's it to run the local development environment. The following section `Run A Standard Scenario Locally` describes a standard scenario which can be optionally used with the local development environment.