2026-03-20 11:40:11 +01:00
|
|
|
<?php
|
|
|
|
|
|
2026-04-07 13:18:44 +00:00
|
|
|
// Config
|
2026-03-20 11:40:11 +01:00
|
|
|
return [
|
|
|
|
|
'website_url' => 'http://127.0.0.1:8080/',
|
2026-04-09 18:14:09 +02:00
|
|
|
'website_name' => 'Les recettes de Papis',
|
2026-03-20 11:40:11 +01:00
|
|
|
|
|
|
|
|
'website_path' => APP_ROOT,
|
|
|
|
|
];
|