config.mac.php 295 B

123456789
  1. <?php
  2. $other_config['net_queue']['name'] = 'net_access_queue';
  3. $other_config['net_queue']['host'] = 'host.docker.internal';
  4. $other_config['net_queue']['port'] = 6380;
  5. //$other_config['admin_url'] = 'http://39.97.239.116:8080';
  6. $other_config['admin_url'] = 'http://host.docker.internal:8080';