UNPKG

gypsum

Version:

Simple and easy lightweight typescript server side framework on Node.js.

23 lines 644 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Config = { dev: { host: "localhost", server_name: 'gypsum', port: 7771, domain: 'localhost:7771', secure: false, statics: ['static'], files_data_dir: ".data", processes: 1, cookie_key: 'kdu8v9qwem8hqe', upload_size_limit_mb: 10, logger_options: { all: { level: ['all'] } } }, prod: { secure: true, processes: 'max', logger_options: { all: { level: ['error', 'warn'] } } } }; //# sourceMappingURL=config.js.map