加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.bak.js 614 Bytes
一键复制 编辑 原始数据 按行查看 历史
nodelog 提交于 2017-09-13 00:57 . 发送邮箱加密配置
//参数设置
module.exports = {
port: 3000, //端口
cookieSecret: 'cookieSecret', //cookie
dbUrl: 'mongodb://mongodbUser:mongodbPassword@localhost/ctit', //mongodb数据库链接
//发送邮箱配置
email: {
host: 'smtp服务器',
port: 465,//smtp端口,非加密:25,加密:465
secure: true,//是否加密,
user: '发送邮箱用户名',
pass: '发送邮箱密码'
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化