mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-01-24 14:28:42 +00:00
test fixes and changes for release
This commit is contained in:
parent
7f6765647c
commit
1f9f7d2755
|
|
@ -8,7 +8,7 @@
|
|||
"uri": "{/lang}/{/app}/admin/monitoring/general?{?}",
|
||||
"target": "self",
|
||||
"icon": null,
|
||||
"order": 50,
|
||||
"order": 70,
|
||||
"from": "Monitoring",
|
||||
"permission": { "permission": 2, "category": null, "element": null },
|
||||
"parent": 1000101001,
|
||||
|
|
|
|||
|
|
@ -257,6 +257,25 @@ $CONFIG = [
|
|||
'root' => '/',
|
||||
'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' => [
|
||||
'master' => [
|
||||
'host' => '127.0.0.1',
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user