Commit 894ed4c0 authored by Frank Dietrich's avatar Frank Dietrich
Browse files

small correction in docu

parent 5d55eb95
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -702,7 +702,8 @@ After choosing an environment the corresponding json files have to be configured
  "keycloakRealm": "OpenKRealm",
  "keycloakClient": "OpenKClient",
  "keycloakAdmin": "admin",
  "keycloakPW": "adminpwd"
  "keycloakPW": "adminpwd",
  "maxLoadUsers": 1000
}
----
* *internalSessionLengthMillis* - Maximum allowed duration of inactivity, before a session ends
@@ -712,6 +713,8 @@ After choosing an environment the corresponding json files have to be configured
* *keycloakClient* - Configured client on keycloak
* *keycloakAdmin* - user for admin access on keycloak
* *keycloakPW* - password of the admin user
* *maxLoadUsers* - Sets the maximum of users that are loaded from keycloak. KC itself is limited here. The value
should be set to the amount of *all* users in the target "keycloakRealm".


.moduleConfigXXX.json