Local settings

This commit is contained in:
Aldarien
2021-03-26 16:33:36 +00:00
parent 91cc2fed12
commit b6665c8f9c
5 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,6 @@
<?php
return [
'debug' => false,
'benchmark' => false
'benchmark' => false,
'base_url' => '/incoviba'
];