You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
254 B
PHP

<?php
$config = [
'name' => '鹿和开发套件', // 服务名称
'port' => 3282, // 服务端口
'register' => 3238, // 服务注册端口
'start' => 3900, // 内部通讯起始端口
];