4 Star 5 Fork 0

若相惜_莫回首/typecho2hexo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.example.php 791 Bytes
一键复制 编辑 原始数据 按行查看 历史
mohuishou 提交于 2016-10-13 20:17 . update
<?php
return [
"db"=>[
"host"=>"localhost", //数据库地址
"port"=>3306, //端口号
"name"=>"typecho", //数据库
"user"=>"root", //数据库用户名
"password"=>"", //数据库密码
"prefix"=>"typecho" //表前缀
],
"is_gbk"=>false, //是否开启gbk转utf8(有些数据库里面储存的不是utf8格式需要开启这个选项)
//附件相关
"attachment"=>[
"is_download"=>true, //是否下载附件
"type"=>"file" //附件保存类型:file 或者 qiniu
],
//七牛云储存相关
"qiniu"=>[
"access_key"=>"",
"secret_key"=>"",
"bucket_name"=>"blog", //七牛空间名
"domain"=>"http://" //七牛外链域名,必须设置,带http://
]
];
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/lxl520/typecho2hexo.git
git@gitee.com:lxl520/typecho2hexo.git
lxl520
typecho2hexo
typecho2hexo
master

搜索帮助