Move stuff into intro/ and advanced/

This commit is contained in:
Richard Feldman
2018-08-05 06:07:14 -04:00
parent d1325d4dbb
commit f6bd524cb6
141 changed files with 53 additions and 19872 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
};