variations

This commit is contained in:
paoloar77
2024-05-18 17:24:49 +02:00
parent 679fd174f0
commit 550e4f085c
2 changed files with 7 additions and 20 deletions

View File

@@ -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
]
]*/
],