BiFace config

This commit is contained in:
2020-05-22 14:49:20 +07:00
parent 7b0f188794
commit 2e6e53bc10
10 changed files with 1524 additions and 15 deletions

View File

@@ -5,9 +5,9 @@ $db = require __DIR__ . '/db.php';
$config = [
'id' => 'basic',
'homeUrl' => ['/dashboard'],
'homeUrl' => ['/config'],
'name' => 'AIParking Server',
'defaultRoute' => 'dashboard',
'defaultRoute' => 'config',
'basePath' => dirname(__DIR__),
'bootstrap' => ['log'],
'timeZone' => 'Asia/Ho_Chi_Minh',