[tests-only][full-ci] Change wrapper port from 5000 to 5200 (#6321)
* use port 5200 for wrapper API server * remove binary and ignore the build
This commit is contained in:
@@ -60,7 +60,7 @@ class OcisConfigHelper {
|
||||
public static function getWrapperUrl(): string {
|
||||
$url = \getenv("OCIS_WRAPPER_URL");
|
||||
if ($url === false) {
|
||||
$url = "http://localhost:5000";
|
||||
$url = "http://localhost:5200";
|
||||
}
|
||||
return $url;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user