Base de ingrédient terminé

This commit is contained in:
2026-04-02 18:10:47 +02:00
parent e79cc73e6d
commit 8a173ed2c7
10 changed files with 246 additions and 13 deletions

View File

@@ -3,7 +3,7 @@
return [
'host' => 'localhost',
'port' => 3306,
'user' => 'benjamin',
'pass' => '011235813',
'user' => 'root',
'pass' => '',
'name' => 'siterecette'
];