4 Star 7 Fork 3

firego/morego

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
worker.toml 657 Bytes
一键复制 编辑 原始数据 按行查看 历史
sven 提交于 2017-05-24 21:14 . 去掉冗余的全局变量
####################
# worker 配置文件 #
####################
loglevel = "error"
rpc_type = "go"
single_mode = false
# worker 本身的服务地址和端口
servers = [
["127.0.0.1","8001" ,"go"],
["127.0.0.1","8002" ,"go"] ,
["127.0.0.1","8003" ,"go"] ]
#["192.168.3.254", "8002","php"]
# 连接到hub server
connect_to_hub = ["127.0.0.1" ,"7302"]
# 数据库配置
database = "webim"
host = "127.0.0.1"
user = "root"
password = ""
port = "3306"
charset = "utf8mb4_unicode_ci"
timeout = "30"
max_open_conns = 2000
max_idle_conns = 1000
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/firego/morego.git
git@gitee.com:firego/morego.git
firego
morego
morego
master

搜索帮助