diff --git a/config.example.php b/config.example.php deleted file mode 100644 index bcb83e7..0000000 --- a/config.example.php +++ /dev/null @@ -1,16 +0,0 @@ - true, - 'database' => [ - 'driver' => 'mysql', - 'host' => 'localhost', - 'database' => 'flarum', - 'username' => 'root', - 'password' => 'root', - 'charset' => 'utf8', - 'collation' => 'utf8_unicode_ci', - 'prefix' => '', - 'strict' => false - ] -];