12 lines
194 B
PHP
12 lines
194 B
PHP
<?php
|
|
|
|
return [
|
|
'database' => [
|
|
'host' => 'db',
|
|
'port' => 3306,
|
|
'dbname' => 'MatheApp',
|
|
'charset' => 'utf8mb4'
|
|
],
|
|
'username' => 'MatheApp',
|
|
'password' => 'password'
|
|
];
|