You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
558 B
23 lines
558 B
1 year ago
|
<?php
|
||
|
|
||
|
return array (
|
||
|
'type' => 'shopro',
|
||
|
'basic' =>
|
||
|
array (
|
||
|
'last_customer_service' => 1,
|
||
|
'allocate' => 'busy',
|
||
|
'notice' => '显示在用户端头部',
|
||
|
),
|
||
|
'system' =>
|
||
|
array (
|
||
|
'is_ssl' => 1,
|
||
|
'ssl_type' => 'reverse_proxy',
|
||
|
'ssl_cert' => '/www/server/panel/vhost/cert/****/fullchain.pem',
|
||
|
'ssl_key' => '/www/server/panel/vhost/cert/****/privkey.pem',
|
||
|
'gateway_port' => '1818',
|
||
|
'gateway_num' => 2,
|
||
|
'gateway_start_port' => '2020',
|
||
|
'business_worker_port' => '2248',
|
||
|
'business_worker_num' => 4,
|
||
|
),
|
||
|
);
|