mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-18 19:18:42 +00:00
test fixes and changes for release
This commit is contained in:
parent
0fd260d00c
commit
6275e05a45
|
|
@ -55,6 +55,7 @@ final class BackendController extends Controller
|
||||||
$board = DashboardBoardMapper::get()
|
$board = DashboardBoardMapper::get()
|
||||||
->with('components')
|
->with('components')
|
||||||
->where('account', $request->header->account)
|
->where('account', $request->header->account)
|
||||||
|
->limit(1)
|
||||||
->execute();
|
->execute();
|
||||||
|
|
||||||
if ($board instanceof NullDashboardBoard) {
|
if ($board instanceof NullDashboardBoard) {
|
||||||
|
|
|
||||||
|
|
@ -257,6 +257,25 @@ $CONFIG = [
|
||||||
'root' => '/',
|
'root' => '/',
|
||||||
'https' => false,
|
'https' => false,
|
||||||
],
|
],
|
||||||
|
'app' => [
|
||||||
|
'path' => __DIR__,
|
||||||
|
'default' => [
|
||||||
|
'app' => 'Backend',
|
||||||
|
'id' => 'backend',
|
||||||
|
'lang' => 'en',
|
||||||
|
'theme' => 'Backend',
|
||||||
|
'org' => 1,
|
||||||
|
],
|
||||||
|
'domains' => [
|
||||||
|
'127.0.0.1' => [
|
||||||
|
'app' => 'Backend',
|
||||||
|
'id' => 'backend',
|
||||||
|
'lang' => 'en',
|
||||||
|
'theme' => 'Backend',
|
||||||
|
'org' => 1,
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
'socket' => [
|
'socket' => [
|
||||||
'master' => [
|
'master' => [
|
||||||
'host' => '127.0.0.1',
|
'host' => '127.0.0.1',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user