update producer
This commit is contained in:
@@ -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' => '',
|
||||
|
||||
Reference in New Issue
Block a user