14 Star 54 Fork 26

a07061625 / swooleyaf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config_projects_example.php 1.57 KB
一键复制 编辑 原始数据 按行查看 历史
<?php
$serverHost = \Yaconf::get('syserver.base.server.host');
return [
0 => [
'git_branch' => 'master',
'module_type' => 'api',
'module_path' => 'sy_api',
'module_name' => 'a01api',
'listens' => [
0 => [
'host' => $serverHost,
'port' => 7100,
'register_type' => 'nginx',
],
],
],
1 => [
'git_branch' => 'master',
'module_type' => 'rpc',
'module_path' => 'sy_order',
'module_name' => 'a01order',
'listens' => [
0 => [
'host' => $serverHost,
'port' => 7120,
],
],
],
2 => [
'git_branch' => 'master',
'module_type' => 'rpc',
'module_path' => 'sy_user',
'module_name' => 'a01user',
'listens' => [
0 => [
'host' => $serverHost,
'port' => 7140,
],
],
],
3 => [
'git_branch' => 'master',
'module_type' => 'rpc',
'module_path' => 'sy_services',
'module_name' => 'a01services',
'listens' => [
0 => [
'host' => $serverHost,
'port' => 7160,
],
],
],
4 => [
'git_branch' => 'master',
'module_type' => 'rpc',
'module_path' => 'sy_content',
'module_name' => 'a01content',
'listens' => [
0 => [
'host' => $serverHost,
'port' => 7180,
],
],
],
];
PHP
1
https://gitee.com/a07061625/swooleyaf.git
git@gitee.com:a07061625/swooleyaf.git
a07061625
swooleyaf
swooleyaf
master

搜索帮助