You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @property {Boolean} enableExpressErrorHandler Enables the default express error handler for all errors
29
29
* @property {Boolean} enableSingleSchemaCache Use a single schema cache shared across requests. Reduces number of queries made to _SCHEMA, defaults to false, i.e. unique schema cache per request.
30
-
* @property {String} encryptionKey Key for encrypting your files
31
30
* @property {Boolean} expireInactiveSessions Sets wether we should expire the inactive sessions, defaults to true
32
31
* @property {String} fileKey Key for your files
33
32
* @property {Adapter<FilesAdapter>} filesAdapter Adapter module for the files sub-system
0 commit comments