Move stuff into intro/ and advanced/
This commit is contained in:
15
advanced/server/moleculer.config.js
Normal file
15
advanced/server/moleculer.config.js
Normal 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
|
||||
};
|
||||
Reference in New Issue
Block a user