This commit is contained in:
paoloar77
2024-05-18 15:29:52 +02:00
parent 81a90fdda7
commit 679fd174f0
3 changed files with 85 additions and 2 deletions

View File

@@ -154,7 +154,7 @@ return [
'password' => env('WORDPRESS_PWD'),
'charset' => 'utf8',
'collation' => '',
'prefix' => 'wp_', // Prefix della tabella di WordPress
'prefix' => '', // Prefix della tabella di WordPress
]
],