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