shenshihai 2 anos atrás
pai
commit
4583a68e31
2 arquivos alterados com 1 adições e 3 exclusões
  1. 1 1
      src/PackageClass.php
  2. 0 2
      src/Utility.php

+ 1 - 1
src/PackageClass.php

@@ -315,7 +315,7 @@ class PackageClass
 			self::$config['oss-host'] = 'http://192.168.3.10:8996';
 		}else{
 			logInfo("internet detected. oss host http://192.168.3.10:8996");
-			self::$config['oss-host'] = 'http://distribute-helper.oss-cn-hangzhou.aliyuncs.com';
+			self::$config['oss-host'] = 'http://sis31-disthelp.oss-cn-hangzhou.aliyuncs.com';
 		}
 		return true;
 	}

+ 0 - 2
src/Utility.php

@@ -4,8 +4,6 @@ function defaultConfig(){
 	return array(
 		'distribute-mode' => 'install',
 		'tool-dir' => '',
-		//'oss-host' => 'http://sis31-disthelp.oss-cn-hangzhou.aliyuncs.com',
-		'oss-host' => 'http://192.168.3.10:8996',
 		'mysql-host'=> '',
 	);
 }