Simplify server stuff
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user