mirror of https://github.com/flarum/flarum
Add debug flag to config file
parent
bfaf29393f
commit
5985b7cfa0
|
@ -1,6 +1,7 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'debug' => true,
|
||||
'database' => [
|
||||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
|
|
Loading…
Reference in New Issue