diff --git a/README.md b/README.md
index bd48a3949bdd24626f6eadc00e87c289d4be3783..c198163e985e873c191d283c90cc511ecdb77b38 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ $ createdb dashboarddb
 - TOKEN_CLAIM: Change "Token Claim Name" on the "urbanite" realm.
 
 Details:
-- IDM_USER: Add to the "urbanite" user following this path "Role Mappings", the view permission to reads users, groups and roles 
+- IDM_USER*: Add to the "urbanite" user following this path "Role Mappings", the view permission to reads users, groups and roles 
 See [idm_config_1.png](https://git.code.tecnalia.com/urbanite/private/wp5-integration-and-devops/urbanite-dashboard-controller/-/blob/master/src/main/docker/idm_config_1.png). The "urbanite" user is the one enabled to see all users, groups and roles.	
 - 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)
 
@@ -75,9 +75,9 @@ See [idm_config_1.png](https://git.code.tecnalia.com/urbanite/private/wp5-integr
 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 URI and user's credential of the IDM user enabled with view permission (See IDM_USER*)
 
 ```bash
-IDM_URI
-IDM_USER4VIEW_USERNAME
-IDM_USER4VIEW_PASSWORD
+IDM_URI=<PLACE_IDM_URI>
+IDM_USER4VIEW_USERNAME=<PLACE_USR_SPECIAL_USER>
+IDM_USER4VIEW_PASSWORD=<PLACE_PWD_SPECIAL_USER>
 ```