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' => '',
|
|
],
|
|
]; |