Browse Source

test host update

HARUHARU 4 years ago
parent
commit
ca153932b9
1 changed files with 2 additions and 1 deletions
  1. 2 1
      other/config.test.php

+ 2 - 1
other/config.test.php

@@ -1,5 +1,6 @@
 <?php
 
 $other_config['net_queue']['name'] = 'net_access_queue';
-$other_config['net_queue']['host'] = 'docker.hostip';
+//$other_config['net_queue']['host'] = 'docker.hostip';
+$other_config['net_queue']['host'] = '39.97.239.116';
 $other_config['net_queue']['port'] = 6380;