bluesky-handles/config/local-sample.config.php

23 lines
392 B
PHP

<?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',
],
];