🔧 Add localhost config
This commit is contained in:
parent
d10e8209c6
commit
41640e0b28
1 changed files with 5 additions and 0 deletions
5
site/config/config.localhost.php
Normal file
5
site/config/config.localhost.php
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'debug' => true
|
||||||
|
];
|
Loading…
Add table
Reference in a new issue