KEYCLOAK-3065 Add note to emphasize that 'provider' should be removed from realmCache in keycloak-server.json

This commit is contained in:
mposolda 2016-06-01 18:24:09 +02:00
parent c66f6e4dad
commit 7e2bb53128

View file

@ -24,3 +24,6 @@ Here's what the config looks like initially.
To disable the cache set the `enabled` field to false for the cache you want to disable. You must reboot your To disable the cache set the `enabled` field to false for the cache you want to disable. You must reboot your
server for this change to take effect. server for this change to take effect.
NOTE: You must also remove the line like `"provider": "default"` from the `realmCache` configuration. Otherwise disabling cache won't work.