Files
hdk-skeleton/installer/portMap.php
2023-05-12 15:48:22 +08:00

67 lines
1.3 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' => '静态资源',
],
9601 => [
'project' => 'LuxAlign',
'type' => 'http'
]
];