加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.json 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
Cherokee 提交于 2014-07-16 01:26 . fix poll bug
{
"session_redis_db" : {
"host" : "192.168.1.5",
"port" : 6379,
"db":10,
"ttl":86400,
"prefix":"sess:ptb:"
},
"anti_crawler_redis_db" : {
"host" : "192.168.1.5",
"port" : 6379,
"db" : 9,
"ip_record_expire" : 1800,
"ip_lock_expire" : 3600,
"ip_hair_expire" : 10,
"door_threshold" : 3,
"hair_threshold" : 10
}
,
"mongo_connect_url":"mongodb://192.168.1.5:27017/pengtouba",
"mongo_pool_size":50,
"session_secret":"pengtouba",
"backend_auth":["cherokee","cherokee@pengtouba"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化