TheMathWizard/config.php
2022-12-13 18:04:25 +01:00

10 lines
No EOL
143 B
PHP

<?php
return [
'database' => [
'host' => 'localhost',
'port' => 3306,
'dbname' => 'myapp',
'charset' => 'utf8mb4'
]
];