Remove redis dependency only for few tokens
Showing
with
36 additions
and
63 deletions
-
Please register or sign in to post a comment
... | ... | @@ -67,3 +67,6 @@ |
[5.2.0] | ||
* Disable folder listing by default | ||
* Do not render welcome screen if folder listing is enabled | ||
[5.3.0] | ||
* Replacing redis token store with local json file |
... | ... | @@ -19,7 +19,6 @@ |
"icon": "logo.png", | ||
"addons": { | ||
"ldap": {}, | ||
"redis": {}, | ||
"localstorage": {} | ||
}, | ||
"mediaLinks": [ | ||
... | ... |