UNPKG

@wepublish/api-db-mongodb

Version:

We.publish Database adapter for mongoDB

7 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MaxResultsPerPage = exports.DefaultBcryptHashCostFactor = exports.DefaultSessionTTL = void 0; exports.DefaultSessionTTL = 1000 * 60 * 60 * 24 * 7; // 1w exports.DefaultBcryptHashCostFactor = 11; exports.MaxResultsPerPage = 100; //# sourceMappingURL=defaults.js.map