Add intro/part1

This commit is contained in:
Richard Feldman
2018-08-09 01:32:05 -04:00
parent d879bd17cd
commit c2ce139c69
47 changed files with 11331 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
"use strict";
const os = require("os");
module.exports = {
// It will be unique when scale up instances in Docker or on local computer
nodeID: os.hostname().toLowerCase() + "-" + process.pid,
logger: false,
logLevel: "info",
cacher: "memory",
metrics: false
};