'use strict'; exports.catbox = { app: true, agent: false, // Single Client // client: { // engine: 'memory', // options: { // maxByteSize: 104857600, // allowMixedContent: false, // }, // }, // Multi Clients // clients: { // memory: { // engine: 'memory', // options: { // maxByteSize: 104857600, // allowMixedContent: false, // }, // }, // redis: { // engine: 'redis', // options: { // host: '127.0.0.1', // port: 6379, // database: 'database', // }, // }, // }, };