mirror of https://github.com/flarum/flarum
Franz Liedke
9 years ago
1 changed files with 0 additions and 16 deletions
@ -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