mirror of https://github.com/flarum/flarum
Remove example config file
parent
5abdb81947
commit
d5eccd3d4a
|
@ -1,16 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
return [
|
|
||||||
'debug' => true,
|
|
||||||
'database' => [
|
|
||||||
'driver' => 'mysql',
|
|
||||||
'host' => 'localhost',
|
|
||||||
'database' => 'flarum',
|
|
||||||
'username' => 'root',
|
|
||||||
'password' => 'root',
|
|
||||||
'charset' => 'utf8',
|
|
||||||
'collation' => 'utf8_unicode_ci',
|
|
||||||
'prefix' => '',
|
|
||||||
'strict' => false
|
|
||||||
]
|
|
||||||
];
|
|
Loading…
Reference in New Issue