From 46295aabafa18098e5e2c92c77d07d901695a21d Mon Sep 17 00:00:00 2001 From: Idoia Murua <idoia.murua@tecnalia.com> Date: Fri, 26 Apr 2024 11:22:11 +0200 Subject: [PATCH] README inital version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df99134..2d3cd7a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Check the following `*.env` files and change the property values as required: - `./postgres.env`: this file contains the properties related to the PostgreSQL DB, as the username and password, to be used for creating the DB container. - `./ujse.env`: this file contains properties to be used when creating the UJSE container and related to: - the information required to connect to the PostgreSQL DB. - - Some URL-s of the Identity Server (keycloak) to connect to. + - Some URL-s of the Identity Server (keycloak) to connect to, and information related to the clients and realm to use. - Some URL-s of the Service Catalogue HTTP API. - The main URL of the TD HTTP API. -- GitLab