srv.ini.php 958 B

1234567891011121314151617181920212223242526272829
  1. <?php declare(strict_types=1);
  2. defined('InShopNC') or exit('Access Invalid!');
  3. define('LOCAL_DOMAIN','192.168.1.200');
  4. $config['searcher']['host'] = 'searcher';
  5. $config['searcher']['port'] = 2000;
  6. $config['relation']['host'] = LOCAL_DOMAIN;
  7. $config['relation']['port'] = 5000;
  8. $config['room_srv']['host'] = LOCAL_DOMAIN;
  9. $config['room_srv']['ports'] = [2010];
  10. $config['room_factory']['host'] = LOCAL_DOMAIN;
  11. $config['room_factory']['port'] = 2002;
  12. $config['room_factory']['rooms_addr'] = [
  13. ['host' => LOCAL_DOMAIN,'port' => '2010']
  14. // ['host' => '192.168.0.200','port' => '2011']
  15. // ['host' => '192.168.0.200','port' => '2012'],
  16. // ['host' => '192.168.0.200','port' => '2013'],
  17. // ['host' => '192.168.0.200','port' => '2014'],
  18. ];
  19. //$config['access_addr'] = 'wss://panda.lrlz.com:8080';
  20. $config['access_addr'] = 'ws://192.168.1.200:8080';
  21. $config['special_rooms'] = ['shake_bonus' => 37];
  22. $config['room_password'] = '5566889955668899';