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.
22 lines
392 B
22 lines
392 B
<?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' => '',
|
|
],
|
|
]; |