mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Add response middleware and cache
This commit is contained in:
@@ -30,6 +30,9 @@ const defaults: Record<string, any> = {
|
||||
CORS_ENABLED: false,
|
||||
|
||||
CACHE_ENABLED: false,
|
||||
CACHE_STORE: false,
|
||||
CACHE_TTL: '30m',
|
||||
CACHE_NAMESPACE: 'system-cache',
|
||||
|
||||
OAUTH_PROVIDERS: '',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user