1 Star 0 Fork 38

solo168/PHPWebIM

forked from NIXUS/PHPWebIM
Closed
 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
config.php 389 Bytes
Copy Edit Raw Blame History
韩天峰 authored 2014-04-24 13:58 . init
<?php
$config['server'] = array(
'host' => '0.0.0.0',
'port' => '9503',
);
$config['swoole'] = array(
'log_file' => __DIR__.'/log/swoole.log',
'worker_num' => 4,
'max_request' => 100000,
'task_worker_num' => 1,
//'daemonize' => 0,
);
$config['webim'] = array(
'data_dir' => __DIR__.'/data/',
'log_file' => __DIR__.'/log/webim.log',
);
return $config;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/engage/PHPWebIM.git
git@gitee.com:engage/PHPWebIM.git
engage
PHPWebIM
PHPWebIM
master

Search