Sample configuration added
This commit is contained in:
parent
f5af62ece2
commit
2c5d50be33
22
config/local-sample.config.php
Normal file
22
config/local-sample.config.php
Normal 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',
|
||||
],
|
||||
];
|
Loading…
Reference in a new issue