From 2c5d50be3316e5ad5c789f6fbd176ba5a639f945 Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 28 Feb 2024 02:13:01 +0000 Subject: [PATCH] Sample configuration added --- config/local-sample.config.php | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/local-sample.config.php 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', + ], +];