Compare commits

4 Commits

Author SHA1 Message Date
e02b7abb0a Merge branch 'master' into BenBack 2026-04-09 16:14:59 +00:00
060e54d27e Actualiser config/general.php 2026-04-07 13:18:44 +00:00
05533d68c6 Supprimer config/database.php 2026-04-07 13:10:40 +00:00
a9e7e0331c Merge pull request 'BenBack' (#9) from BenBack into master
Reviewed-on: #9
2026-04-07 10:11:46 +00:00
2 changed files with 1 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
<?php
return [
'host' => 'localhost',
'port' => 3306,
'user' => 'benjamin',
'pass' => '011235813',
'name' => 'siterecette'
];

View File

@@ -1,5 +1,6 @@
<?php <?php
// Config
return [ return [
'website_url' => 'http://127.0.0.1:8080/', 'website_url' => 'http://127.0.0.1:8080/',
'website_name' => 'Les recettes de Papis', 'website_name' => 'Les recettes de Papis',