From c744d24393b7fdb169654c499da8bd7e7d77f609 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Tue, 27 Dec 2016 09:06:46 +0800
Subject: [PATCH] 环境数月报自动生成生成并发送邮件功能的完善
---
config.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/config.js b/config.js
index ebe530f..6f1f55e 100644
--- a/config.js
+++ b/config.js
@@ -3,6 +3,9 @@
*/
module.exports = {
+ mongo: {
+ uri: 'mongodb://moral_user:m2o0r1a6l_passw0rd@121.40.92.176:27017/moral_db'
+ },
smtpOption: {
host: 'smtp.qq.com',
port: 465,
--
Gitblit v1.8.0