This commit is contained in:
paoloar77
2024-05-18 15:27:12 +02:00
parent 6746cfec48
commit 81a90fdda7
13 changed files with 279 additions and 516 deletions

View File

@@ -145,6 +145,18 @@ return [
'prefix_indexes' => true,
],
'wordpress' => [
'driver' => 'mysql',
'host' => env('WORDPRESS_HOST'),
'port' => env('WORDPRESS_port'),
'database' => env('WORDPRESS_DBNAME'),
'username' => env('WORDPRESS_USER'),
'password' => env('WORDPRESS_PWD'),
'charset' => 'utf8',
'collation' => '',
'prefix' => 'wp_', // Prefix della tabella di WordPress
]
],
/*