gypsum
Version:
Simple and easy lightweight typescript server side framework on Node.js.
19 lines • 619 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultAuthConfig = {
mongodb_url: 'mongodb://localhost:27017',
cors: {
origin: "*",
methods: "GET,HEAD,PUT,PATCH,POST,DELETE",
preflightContinue: false,
optionsSuccessStatus: 204
},
namespaces: [],
transporter: null,
rootUserEmail: 'root@gypsum.com',
rootUserPassword: 'g56648e1845tg565g3s',
verificationEmailExpiry: 1000 * 60 * 60,
tokenSecret: 'lg093ejav5mf893kjd',
tokenExpiry: 1000 * 60 * 60 * 24 * 30
};
//# sourceMappingURL=config.js.map