10 lines
362 B
PHP
10 lines
362 B
PHP
<?php
|
|
return [
|
|
'host' => 'localhost', // 'localhost' or '127.0.0.1'
|
|
'user' => 'root', // '<yourusername>'
|
|
'password' => 'wm#32', // '<yourpassword>'
|
|
'database' => 'emensawerbeseite',
|
|
// optionally: set port below if it differs from the default 3306
|
|
// 'port' => 13306 // !! this is not your webserver port, but the mariadb port
|
|
];
|