shenshihai 2 년 전
부모
커밋
ef54de1cf8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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'=> '',
 	);
 }