Make the cache types compile time feature flags too, and make it more configurable!
This commit is contained in:
parent
320f5f4720
commit
76795c43cc
7 changed files with 56 additions and 15 deletions
|
@ -47,6 +47,7 @@ theme = "simple" -- the theme name which should be used for the website
|
|||
|
||||
-- ### Caching ###
|
||||
redis_url = "redis://127.0.0.1:8082" -- redis connection url address on which the client should connect on.
|
||||
in_memory_cache = true
|
||||
|
||||
-- ### Search Engines ###
|
||||
upstream_search_engines = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue