mirror of
https://github.com/directus/directus.git
synced 2026-01-23 17:58:23 -05:00
Updating CORS_ENABLED to true by default
Updating CORS_ENABLED to true by default as the documentation describes
This commit is contained in:
@@ -29,7 +29,7 @@ const defaults: Record<string, any> = {
|
||||
|
||||
CORS_ENABLED: false,
|
||||
|
||||
CACHE_ENABLED: false,
|
||||
CACHE_ENABLED: true,
|
||||
CACHE_STORE: 'memory',
|
||||
CACHE_TTL: '30m',
|
||||
CACHE_NAMESPACE: 'system-cache',
|
||||
|
||||
Reference in New Issue
Block a user