kefu/config.js
callmeyan 5fb1741713 懒病拖延症啊
这么一个小小的问题
改了这么久
早知道就自己重新写了
2019-10-01 23:41:10 +08:00

9 lines
158 B
JavaScript

const APP = {
"KF_PREFIX":'',
"QINIU":{
"accessKey":"your access key",
"secretKey":"your secret key"
}
};
module.exports = APP;