Sample configuration added

This commit is contained in:
Michael 2024-02-28 02:13:01 +00:00
parent f5af62ece2
commit 2c5d50be33
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
<?php
// Local configuration
/* Copy this file to local.config.php
*
* Then set the following for your MySQL installation and your hostname
*/
return [
'database' => [
'hostname' => 'localhost',
'username' => 'mysqlusername',
'password' => 'mysqlpassword',
'database' => 'mysqldatabasename',
'charset' => 'utf8mb4',
],
'config' => [
'hostname' => 'hostname.tld',
],
];