Updating CORS_ENABLED to true by default

Updating CORS_ENABLED to true by default as the documentation describes
This commit is contained in:
JuanCarlosJr97
2020-11-04 02:01:13 +00:00
committed by GitHub
parent 220bdf3c4d
commit 2fc00a7842

View File

@@ -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',