chat.php 383 B

12345678910111213141516171819202122
  1. <?php
  2. return [
  3. 'application' => [
  4. 'shop' => [
  5. 'room_id' => 'admin',
  6. ],
  7. ],
  8. 'basic' => [
  9. 'allocate' => 'busy',
  10. 'auto_customer_service' => '1',
  11. 'last_customer_service' => '1',
  12. ],
  13. 'system' => [
  14. 'inside_host' => '127.0.0.1',
  15. 'inside_port' => '9292',
  16. 'port' => '2222',
  17. 'ssl' => 'none',
  18. 'ssl_cert' => '',
  19. 'ssl_key' => '',
  20. ],
  21. ];