diff --git a/config/local-sample.config.php b/config/local-sample.config.php new file mode 100644 index 0000000..16fd318 --- /dev/null +++ b/config/local-sample.config.php @@ -0,0 +1,22 @@ + [ + 'hostname' => 'localhost', + 'username' => 'mysqlusername', + 'password' => 'mysqlpassword', + 'database' => 'mysqldatabasename', + 'charset' => 'utf8mb4', + ], + + 'config' => [ + 'hostname' => 'hostname.tld', + ], +];