diff --git a/README.md b/README.md index ea46d09b16f097e300d56cdbed26ef51455be0bd..b2d549e8e1f60501df954763c6586818fd50b827 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 ```