Simplify server stuff

This commit is contained in:
Richard Feldman
2018-05-01 20:38:13 -04:00
parent f6d9dd220c
commit a9ff651ebd
4 changed files with 7 additions and 107 deletions

View File

@@ -6,12 +6,10 @@ module.exports = {
// It will be unique when scale up instances in Docker or on local computer
nodeID: os.hostname().toLowerCase() + "-" + process.pid,
logger: true,
logger: false,
logLevel: "info",
//transporter: "nats://localhost:4222",
cacher: "memory",
metrics: true
};
metrics: false
};