test fixes and changes for release

This commit is contained in:
Dennis Eichhorn 2022-12-25 00:06:17 +01:00
parent e2d0ee2335
commit a4a9766802
2 changed files with 20 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"uri": null,
"target": "self",
"icon": "fa fa-shopping-cart",
"order": 30,
"order": 40,
"from": "Purchase",
"permission": { "permission": 2, "category": null, "element": null },
"parent": 0,

View File

@ -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',