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.

17 lines
362 B
PHP

<?php
$config = [
// 服务名称
'name' => '鹿和开发套件',
// 服务端口
'port' => 3282,
// 服务注册端口
'register' => 3238,
// 内部通讯起始端口
'start' => 3900,
// 心跳收
'ping' => '{"action":"ping"}',
// 心跳回
'pang' => '{"action":"pang"}',
// 退出接口
'close' => '',
];