Docs: Update CACHE_NAMESPACE default value (#19496)

This commit is contained in:
PlanB
2023-08-23 17:00:02 +09:00
committed by GitHub
parent 54763aa740
commit e6230ebd84
3 changed files with 4 additions and 3 deletions

View File

@@ -148,8 +148,8 @@ CACHE_ENABLED=false
# How long the cache is persisted ["5m"]
# CACHE_TTL="30m"
# How to scope the cache data ["directus-cache"]
# CACHE_NAMESPACE="directus-cache"
# How to scope the cache data ["system-cache"]
# CACHE_NAMESPACE="system-cache"
# Automatically purge the cache on create, update, and delete actions. [false]
# CACHE_AUTO_PURGE=true