From d8f8bb8cd4bb8cb956d5e528620f464b563c264c Mon Sep 17 00:00:00 2001 From: Idoia Murua <idoia.murua@tecnalia.com> Date: Fri, 26 Apr 2024 11:22:01 +0200 Subject: [PATCH] README initialization --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 996ad38..23fbcb1 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,18 @@ git clone https://git.code.tecnalia.com/across/public/citizen-front-end/transpar ``` ### Configure properties files -Check the following `*.env` files and change the property values as required: +Check the following configuration files and change the property values as required: - `./mysql.env`: this file contains the properties related to the MySQL DB, as the username, to be used for creating the DB container. - `./transparency_dashboard_backend.env`: this file contains properties to be used when creating the TD backend container and related to: - the information required to connect to the MySQL DB. - - Some URL-s of the Identity Server (keycloak) to connect to. + - The main URL of the Identity Server (keycloak) to connect to, and information related to the clients and realm to use. - The main URL of the Service Catalogue HTTP API. - The main URL of the UsageControl HTTP API. +- `./transparency_dashboard_frontend/environment.ts`: this file contains properties to be used when creating the TD frontend container and related to: + - Some URL-s of the Identity Server (keycloak) to connect to, and information related to the clients and realm to use. + - The main URL of the Service Catalogue HTTP API. + - The main URL of the UsageControl HTTP API. + - The main URL of the TD backend HTTP API. ### Start containers -- GitLab