BenBack #10

Merged
Benjamin merged 3 commits from BenBack into master 2026-04-09 16:15:08 +00:00
2 changed files with 1 additions and 9 deletions
Showing only changes of commit e02b7abb0a - Show all commits

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',