Files
hdk-skeleton/installer/portMap.php
李东云 8e470cdf69 chore: 增加 LuxPay 的端口
Signed-off-by: 李东云 <dongyu.li@luxcreo.ai>
2023-10-13 14:36:03 +08:00

75 lines
1.4 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',
],
9553 => [
'project' => 'LuxOpX',
'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' => 'LuxDesign',
'type' => 'http'
],
9611 => [
'project' => 'LuxPay',
'type' => 'http'
]
];