<?php
return [
'host' => 'localhost',
'port' => 3306,
'user' => 'root',
'pass' => '',
'name' => 'siterecette'
];