BiFace config
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user