9 lines
133 B
PHP
9 lines
133 B
PHP
<?php
|
|
|
|
return [
|
|
'host' => 'localhost',
|
|
'port' => 3306,
|
|
'user' => 'root',
|
|
'pass' => '',
|
|
'name' => 'siterecette'
|
|
]; |