82 Star 215 Fork 90

CodingMr.Zhou / Peer-To-Peer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.js 182 Bytes
一键复制 编辑 原始数据 按行查看 历史
var config = {};
//file upload config
config.cache_dir = './cache/';
config.upload_dir = './upload/';
config.allow_upload_type = {
'image/jpeg' : true
};
module.exports = config;
NodeJS
1
https://gitee.com/CodingMonkeyzh/Peer-To-Peer.git
git@gitee.com:CodingMonkeyzh/Peer-To-Peer.git
CodingMonkeyzh
Peer-To-Peer
Peer-To-Peer
master

搜索帮助