From d76a08aeb381091be31f03e7c62988fd3b2b8760 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 17 Apr 2018 17:21:44 +0800
Subject: [PATCH] 服务器迁移
---
config.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/config.js b/config.js
index c35988b..dc67662 100644
--- a/config.js
+++ b/config.js
@@ -4,9 +4,9 @@
var config = {
- HOST: "121.40.92.176",
+ HOST: "47.96.19.115",
PORT: 6789,
- URL: "mongodb://moral_user:m2o0r1a6l_passw0rd@127.0.0.1:27017/moral_db",
+ URL: "mongodb://moral_user:m2o0r1a6l_passw0rd@localhost:27017/moral_db",
COLLECTION: "documents",
ALARM_DEFAULTS: {
@@ -16,9 +16,9 @@
lng:120.988327
},
notice: {
- tel: "15950198162",
- email: "it01@moral.org.cn",
- open_id: "o-RTuwvMHWotyirPHLmdSB_dKoQU"
+ tel: "",
+ email: "",
+ open_id: ""
},
options: {
1: [1000, 2000, 3000],
--
Gitblit v1.8.0