Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
my-yaf-project
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenchuanwen
my-yaf-project
Commits
a8716aac
Commit
a8716aac
authored
Jan 16, 2019
by
chenchuanwen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testswoole
parent
9f49b7d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
application.ini
conf/application.ini
+5
-5
bridge.php
scripts/crontab/push/bridge.php
+1
-0
No files found.
conf/application.ini
View file @
a8716aac
...
...
@@ -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"
...
...
scripts/crontab/push/bridge.php
View file @
a8716aac
...
...
@@ -45,3 +45,4 @@ $http->on('request', function ($request, $response) {
});
$http
->
start
();
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment