<?php
return array(
'host' => 'localhost',
'username' => 'adri',
'pw' => '',
'dbName' => 'projetphp',
);
?>