shenshihai 2 anni fa
parent
commit
ef54de1cf8
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/Utility.php

+ 2 - 1
src/Utility.php

@@ -158,7 +158,8 @@ function defaultConfig(){
 		'distribute-mode' => 'install',
 		'cache-dir' => 'd:/dist-cache/',
 		'tool-dir' => '',
-		'oss-host' => 'http://distribute-helper.oss-cn-hangzhou.aliyuncs.com',
+		//'oss-host' => 'http://distribute-helper.oss-cn-hangzhou.aliyuncs.com',
+		'oss-host' => 'http://192.168.3.10:8996',
 		'mysql-host'=> '',
 	);
 }