Commit a8716aac authored by chenchuanwen's avatar chenchuanwen

testswoole

parent 9f49b7d4
......@@ -316,10 +316,10 @@ resources.database.mongo.params.driver_options.1002 = "SET NAMES utf8"
password.key='~!@#$`1234qwertasdfgzxcvb';
redis.database.params.host = "192.168.1.201"
redis.database.params.host = "192.168.1.180"
redis.database.params.port = "6379"
redis.database.params.prefix = "qm_"
redis.database.params.password = ""
redis.database.params.password = "23456ertyu"
out.config="/data/config";
;锁文件
......@@ -328,13 +328,13 @@ out.locks="/data/locks";
;redis.database.params.password = "test"
;推送配置
push.clientHost="ws://192.168.1.201:9502"
push.host="192.168.1.201"
push.clientHost="ws://192.168.1.180:9502"
push.host="192.168.1.180"
push.port="9503"
push.open=1
push.user.service.id=293
push.user.service.type=7
elastic.master.host="192.168.1.201"
elastic.master.host="192.168.1.180"
elastic.master.port="9200"
elastic.master.scheme="http";
;resources.database.params.hostname = "127.0.0.1"
......
......@@ -45,3 +45,4 @@ $http->on('request', function ($request, $response) {
});
$http->start();
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment