Compare commits

..

1 Commits

Author SHA1 Message Date
Jean-Baptiste Nahan 96d8b2f49a change hostname and url to download in Config.php 2024-11-12 21:56:35 +01:00
+2 -2
View File
@@ -9,7 +9,7 @@ class Config
/* Config variables. */ /* Config variables. */
/** @var string */ /** @var string */
protected static $depsHost = 'downloads.php.net'; protected static $depsHost = 'phpext.phptools.online';
/** @var int */ /** @var int */
protected static $depsPort = 443; protected static $depsPort = 443;
@@ -18,7 +18,7 @@ class Config
protected static $depsUriScheme = "https"; protected static $depsUriScheme = "https";
/** @var string */ /** @var string */
protected static $depsBaseUri = "/~windows/php-sdk/deps"; protected static $depsBaseUri = "/api/downloadable/download";
/** @var string */ /** @var string */
protected static $sdkNugetFeedUrl = "http://127.0.0.1/sdk/nuget"; // experimental? protected static $sdkNugetFeedUrl = "http://127.0.0.1/sdk/nuget"; // experimental?