From 4cd0c7913bf795ae6040e2b54624f6f54deb858b Mon Sep 17 00:00:00 2001 From: Lal Chandran Date: Tue, 31 Oct 2023 14:08:31 +0100 Subject: [PATCH] Upd: Spell error corrected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 480bd3a..9fc1eb3 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ The prerequisites for getting the server up and running are as follows: 1. Docker is up and running on your server. You can check it using the command docker ps. 2. Pre-install [jq](https://jqlang.github.io/jq/), a lightweight and flexible command-line JSON processor for parsing and manipulating JSON data. -You can request a pre-defined configuration file and skip the following steps by contactingg [support@igrant.io](mailto:support@igrant.io). Please specify the desired admin username in your request. Alternatively, you can proceed with steps 3 and 4 for manual installation and configuration. +You can request a pre-defined configuration file and skip the following steps by contacting [support@igrant.io](mailto:support@igrant.io). Please specify the desired admin username in your request. Alternatively, you can proceed with steps 3 and 4 for manual installation and configuration. 3. Install keycloak and use the parameters in step 4 configurations below. 4. The configuration parameters used by the Consent BB API server is created at /bb-consent-api/resources/config/config-development.json. This sets up the default parameters for the Consent BB server instance, such as organisation details, admin access security (with keycloak, etc. This can also be modified later but would require building the server again.