update producer

This commit is contained in:
2026-02-06 09:14:43 +08:00
parent 31ddc426fd
commit 3cfbaa0ac7
4 changed files with 298 additions and 5 deletions
+10 -5
View File
@@ -43,11 +43,16 @@ return [
],
'raw' => [
'driver' => 'mysql',
'host' => '127.0.0.1',
'port' => 3380,
'database' => 'wpic_task',
'username' => 'tools',
'password' => 'root',
// 'host' => '127.0.0.1',
// 'port' => 3380,
// 'database' => 'wpic_task',
// 'username' => 'tools',
// 'password' => 'root',
'host' => '120.27.136.208',
'port' => 3306,
'database' => 'wpic',
'username' => 'wpic',
'password' => 'wpic#jsKk223',
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',