From 6bec97e801fb08a6cb0835fbc6a859fc7e593479 Mon Sep 17 00:00:00 2001
From: "marco.martorana@eng.it" <marco.martorana@eng.it>
Date: Mon, 27 Sep 2021 16:55:34 +0200
Subject: [PATCH] Update README.md

---
 README.md | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ea46d09..b2d549e 100644
--- a/README.md
+++ b/README.md
@@ -72,11 +72,12 @@ See [idm_config_1.png](https://git.code.tecnalia.com/urbanite/private/wp5-integr
 - TOKEN_CLAIM: In the "urbanite" realm, following this path "Client Scopes > roles > Mappers > realm roles" set the "Token Claim Name" equals to "realm_access.roles" See [idm_config_0.png](https://git.code.tecnalia.com/urbanite/private/wp5-integration-and-devops/urbanite-dashboard-controller/-/blob/master/src/main/docker/idm_config_0.png)
 
 <i>Note:</i>
-In the [application.properties](https://git.code.tecnalia.com/urbanite/private/wp5-integration-and-devops/urbanite-dashboard-controller/-/blob/master/src/main/resources/application.properties) the followings properties defines the user's credential of the IDM user enabled with view permission (See IDM_USER*)
+In the [docker-compose.yml](https://git.code.tecnalia.com/urbanite/private/wp5-integration-and-devops/urbanite-dashboard-controller/-/blob/master/docker-compose.yml) the followings properties, in the dashboardapp.environment, defines the IDM_BASE_URL and user's credential of the IDM user enabled with view permission (See IDM_USER*)
 
 ```bash
-idm.user4view.username
-idm.user4view.password
+IDM_URI
+IDM_USER4VIEW_USERNAME
+IDM_USER4VIEW_PASSWORD
 ```
 
 
-- 
GitLab