Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
L
laravelzh
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
冯超鹏
laravelzh
Commits
fafdb34b
Commit
fafdb34b
authored
Oct 23, 2020
by
冯超鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
0e1fda13
Pipeline
#155
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
alarm.php
app/Console/Commands/alarm.php
+2
-2
No files found.
app/Console/Commands/alarm.php
View file @
fafdb34b
...
...
@@ -65,10 +65,10 @@ class alarm extends Command
'max_request'
=>
10
,
//最大连接
'daemonize'
=>
0
,
//守护进程
'ssl_cert_file'
=>
base_path
()
.
'/tests/textcert/4544322_iot.zhkjgf.com_chain'
,
'ssl_key_file'
=>
__DIR__
.
'/tests/textcert/4544322_iot.zhkjgf.com.key'
,
'ssl_key_file'
=>
base_path
()
.
'/tests/textcert/4544322_iot.zhkjgf.com.key'
,
'ssl_verify_peer'
=>
true
,
'ssl_allow_self_signed'
=>
true
,
'ssl_client_cert_file'
=>
__DIR__
.
'/tests/textcert/4544322_iot.zhkjgf.com_public.crt'
,
'ssl_client_cert_file'
=>
base_path
()
.
'/tests/textcert/4544322_iot.zhkjgf.com_public.crt'
,
));
$this
->
ws
->
on
(
'open'
,
function
(
$ws
,
$request
)
{
// //链接成功
...
...
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