10 lines
147 B
PHP
10 lines
147 B
PHP
<?php
|
|
|
|
return [
|
|
'database' => [
|
|
'host' => 'localhost',
|
|
'port' => 3306,
|
|
'dbname' => 'MatheApp',
|
|
'charset' => 'utf8mb4'
|
|
]
|
|
];
|