1 Star 0 Fork 4

nygula / winwin-hexo-editor

forked from 于江浩 / winwin-hexo-editor 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.default.js 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
winwin 提交于 2020-09-12 23:37 . feat(install):添加安装和升级代码
let user
try {
user = require('./config.user')
} catch (err) {
user = {}
}
module.exports = Object.assign({
port: 5777,
hexoRoot: '',
apikeySecret: 'apikey',
jwtSecret: 'secret',
jwtExpire: '1h',
jwtRefresh: '7d',
username: 'admin',
password: 'admin'
}, user)
1
https://gitee.com/nygula/winwin-hexo-editor.git
git@gitee.com:nygula/winwin-hexo-editor.git
nygula
winwin-hexo-editor
winwin-hexo-editor
master

搜索帮助