8 Star 21 Fork 18

Ulric Qin / dinp-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
cfg.example.json 454 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ulric Qin 提交于 2015-02-08 23:04 . init github version
{
"debug": true,
"interval": 5,
"dockerPort": 2375,
"domain": "apps.io",
"localIp": "",
"redis": {
"dsn":"127.0.0.1:6379",
"maxIdle": 10,
"rsPrefix": "/rs/",
"cnamePrefix": "/cname/"
},
"db": {
"dsn": "root:1234@tcp(127.0.0.1:3306)/dinp?loc=Local&parseTime=true",
"maxIdle": 2
},
"scribe": {
"ip": "10.5.6.7",
"port": 1463
},
"http": {
"addr": "0.0.0.0",
"port": 1980
},
"rpc": {
"addr": "0.0.0.0",
"port": 1970
}
}
Go
1
https://gitee.com/cnperl/dinp-server.git
git@gitee.com:cnperl/dinp-server.git
cnperl
dinp-server
dinp-server
master

搜索帮助