variations
This commit is contained in:
@@ -145,6 +145,7 @@ return [
|
||||
'prefix_indexes' => true,
|
||||
],
|
||||
|
||||
/*
|
||||
'wordpress' => [
|
||||
'driver' => 'mysql',
|
||||
'host' => env('WORDPRESS_HOST'),
|
||||
@@ -153,9 +154,9 @@ return [
|
||||
'username' => env('WORDPRESS_USER'),
|
||||
'password' => env('WORDPRESS_PWD'),
|
||||
'charset' => 'utf8',
|
||||
'collation' => '',
|
||||
'collation' => 'utf8mb4_unicode_ci',
|
||||
'prefix' => '', // Prefix della tabella di WordPress
|
||||
]
|
||||
]*/
|
||||
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user