Files
LesRecettesDePapis/projetphp/config/general.php

8 lines
146 B
PHP
Raw Normal View History

2026-03-30 16:10:26 +02:00
<?php
return [
'website_url' => 'http://127.0.0.1:8080/',
'website_name' => 'Les recettes des Papis',
'website_path' => APP_ROOT,
];