|
@@ -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;
|