Files
hdk-skeleton/installer/portMap.php
2023-03-22 15:41:30 +08:00

63 lines
1.2 KiB
PHP

<?php
/**
* portMap.php@HDK-Skeleton
*
* @author 李东云 <Dongyun.Li@LuxCreo.Ai>
* Powered by PhpStorm
* Created on 2023/3/21
*/
return [
9500 => [
'project' => 'LuxAccount',
'type' => 'vue',
],
9501 => [
'project' => 'LuxAccount',
'type' => 'http',
],
9520 => [
'project' => 'LuxSupport',
'type' => 'vue',
],
9521 => [
'project' => 'LuxSupport',
'type' => 'http',
],
9540 => [
'project' => 'LuxOrder',
'type' => 'vue',
],
9541 => [
'project' => 'LuxOrder',
'type' => 'http',
],
9550 => [
'project' => 'LuxOp',
'type' => 'vue',
],
9551 => [
'project' => 'LuxOp',
'type' => 'http',
],
9561 => [
'project' => 'LuxStudio',
'type' => 'http/websocket',
],
9562 => [
'project' => 'LuxStudio',
'type' => 'vue',
],
9570 => [
'project' => 'LuxLink',
'type' => 'vue',
],
9571 => [
'project' => 'LuxLink',
'type' => 'http',
],
9583 => [
'project' => 'LuxStudioLocalization',
'type' => '静态资源',
],
];