1 Star 0 Fork 94

TongHui/GoFound

forked from 武松/GoFound 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.yaml 379 Bytes
一键复制 编辑 原始数据 按行查看 历史
#监听地址
addr: 0.0.0.0:5678
#数据目录
data: ./data
#词典目录
dictionary: ./data/dictionary.txt
#是否启用admin
enableAdmin: true
# 最大线程数
gomaxprocs: 4
# admin 用户名和密码
auth: admin:123456
# 接口是否开启压缩
enableGzip: true
# 数据库关闭超时时间
timeout: 600
# 分片数量
shard: 10
# 分片缓冲数量
bufferNum: 1000
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/th8664484/gofound.git
[email protected]:th8664484/gofound.git
th8664484
gofound
GoFound
main

搜索帮助