From 8fbd26ea16e81c29926188ec5a8e149c032d102f Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Thu, 03 May 2018 14:23:26 +0800 Subject: [PATCH] 代码优化 - 去掉无效的queue --- config.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config.js b/config.js index dc67662..6f91cbf 100644 --- a/config.js +++ b/config.js @@ -4,7 +4,7 @@ var config = { - HOST: "47.96.19.115", + HOST: "0.0.0.0", PORT: 6789, URL: "mongodb://moral_user:m2o0r1a6l_passw0rd@localhost:27017/moral_db", COLLECTION: "documents", -- Gitblit v1.8.0