1 Star 0 Fork 0

thewei/Airpub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.js 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
thewei 提交于 2015-06-14 22:11 . added config.js
var airpubConfigs = {};
// 博客名称
airpubConfigs.name = 'Airpub';
// 简单介绍
airpubConfigs.description = '轻如蝉翼的写作工具';
// 博客首页的固定链接
airpubConfigs.url = 'http://airpub.oschina.mopaas.com';
// 又拍云上传配置
// 推荐使用 upyun-sign 生成短期签名的方式,不暴露 key 实现上传
// 具体可以参考 https://github.com/turingou/upyun-sign
airpubConfigs.upyun = {
sign: '', // upyun-sign 生成的签名
policy: '', // upyun-sign 生成的 policy
// bucket: 'mybucket',
// form_api_secret: 'xxxxxx', // 可选参数
// uri: 'http://{{bucketName}}.b0.upaiyun.com', // 可选参数
// endpoint: 'http://v0.api.upyun.com/{{bucketName}}', // 可选参数
};
// 多说配置
var duoshuoQuery = {
short_name: 'koudai360.duoshuo.com'
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/thewei/Airpub.git
[email protected]:thewei/Airpub.git
thewei
Airpub
Airpub
master

搜索帮助