1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/a07061625-swooleyaf

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
config_projects_example.php 1.6 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
jiangwei Отправлено 21.07.2020 13:32 6b2a38b
<?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,
],
],
],
];

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/a07061625-swooleyaf.git
git@api.gitlife.ru:oschina-mirror/a07061625-swooleyaf.git
oschina-mirror
a07061625-swooleyaf
a07061625-swooleyaf
master