Merge pull request #8 from mposolda/master

Remove redundant note
This commit is contained in:
Bill Burke 2016-06-03 16:14:54 -04:00
commit c5d6b3c692
2 changed files with 4 additions and 1 deletions

4
.gitignore vendored
View file

@ -1,3 +1,7 @@
_book
node_modules
# Intellij # Intellij
################### ###################
.idea .idea

View file

@ -25,5 +25,4 @@ 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.