Add response middleware and cache

This commit is contained in:
rijkvanzanten
2020-09-08 18:28:23 -04:00
parent 266c07fde7
commit b19ffd960b
27 changed files with 493 additions and 367 deletions

View File

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