mirror of
http://124.126.16.154:8888/singularity/hdk-skeleton.git
synced 2026-01-15 07:35:08 +08:00
75 lines
1.4 KiB
PHP
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'
|
|
]
|
|
]; |