v1.1
This commit is contained in:
+26
-8
@@ -1,10 +1,28 @@
|
||||
<?php
|
||||
|
||||
$options=[
|
||||
'workers'=>4,
|
||||
'numeric-only'=> false,
|
||||
'repeat'=>4,
|
||||
'logFile'=>'',
|
||||
'detailInfo'=> false,
|
||||
'staticSecond'=>5,
|
||||
];
|
||||
$options = [
|
||||
'workers' => 4,
|
||||
'numeric-only' => false,
|
||||
'repeat' => 4,
|
||||
'logFile' => '',
|
||||
'detailInfo' => false,
|
||||
'staticSecond' => 5,
|
||||
'redis' =>
|
||||
[
|
||||
'ip' => '127.0.0.1',
|
||||
'port' => 6379,
|
||||
'password' => 'YOURPASSWARD',
|
||||
],
|
||||
'db' =>
|
||||
[
|
||||
'type' => 'mysql',
|
||||
'host' => '',
|
||||
'database' => '',
|
||||
'username' => '',
|
||||
'password' => '',
|
||||
'charset' => 'utf8mb4',
|
||||
'collation' => 'utf8mb4_general_ci',
|
||||
'port' => 3306,
|
||||
],
|
||||
'apikey' => '',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user