This commit is contained in:
2025-10-13 09:04:00 +00:00
parent 7a3b2960f8
commit 4ee3212899
230 changed files with 40880 additions and 245 deletions
+26 -8
View File
@@ -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' => '',
];