1 Star 0 Fork 1

pdudo/blog-service

forked from DoDayum/blog-service 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
conf.yaml 406 Bytes
一键复制 编辑 原始数据 按行查看 历史
# 数据库配置
db:
# mysql 配置
mysql:
# mysql连接,格式为: 用户名:密码@(主机:端口)
dns: "root:root@tcp(localhost:3306)/blog?charset=utf8mb4&parseTime=True&loc=Local"
maxOpenConns: 128
maxIdleConns: 64
# 预留Mongodb地址,以后比用Mongodb
mongodb:
dns: "mongodb://localhost"
# ginServer配置
blogServer:
# http监听地址
bind: "0.0.0.0:9000"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pdudo/blog-service.git
git@gitee.com:pdudo/blog-service.git
pdudo
blog-service
blog-service
main

搜索帮助