mirror of
https://gitee.com/liuxioabin/fengketrade.git
synced 2026-04-17 12:57:32 +08:00
22 lines
392 B
PHP
22 lines
392 B
PHP
|
|
<?php
|
||
|
|
|
||
|
|
return [
|
||
|
|
'application' => [
|
||
|
|
'shop' => [
|
||
|
|
'room_id' => 'admin',
|
||
|
|
],
|
||
|
|
],
|
||
|
|
'basic' => [
|
||
|
|
'allocate' => 'busy',
|
||
|
|
'auto_customer_service' => '1',
|
||
|
|
'last_customer_service' => '1',
|
||
|
|
],
|
||
|
|
'system' => [
|
||
|
|
'inside_host' => '127.0.0.1',
|
||
|
|
'inside_port' => '9292',
|
||
|
|
'port' => '2222',
|
||
|
|
'ssl' => 'reverse_proxy',
|
||
|
|
'ssl_cert' => '',
|
||
|
|
'ssl_key' => '',
|
||
|
|
],
|
||
|
|
];
|