From c1c6143568e3394f5f7d3055e5d55df65979096f Mon Sep 17 00:00:00 2001 From: Prajwol Amatya Date: Mon, 25 Nov 2024 16:45:46 +0545 Subject: [PATCH] change sse debug addr port --- .drone.star | 2 +- tests/acceptance/bootstrap/FeatureContext.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.star b/.drone.star index a38638e9a9..d37fd9dc4f 100644 --- a/.drone.star +++ b/.drone.star @@ -2350,7 +2350,7 @@ def ocisServer(storage = "ocis", accounts_hash_difficulty = 4, volumes = [], dep "SEARCH_DEBUG_ADDR": "0.0.0.0:9224", "SETTINGS_DEBUG_ADDR": "0.0.0.0:9194", "SHARING_DEBUG_ADDR": "0.0.0.0:9151", - "SSE_DEBUG_ADDR": "0.0.0.0:9135", + "SSE_DEBUG_ADDR": "0.0.0.0:9139", "STORAGE_PUBLICLINK_DEBUG_ADDR": "0.0.0.0:9179", "STORAGE_SHARES_DEBUG_ADDR": "0.0.0.0:9156", "STORAGE_SYSTEM_DEBUG_ADDR": "0.0.0.0:9217", diff --git a/tests/acceptance/bootstrap/FeatureContext.php b/tests/acceptance/bootstrap/FeatureContext.php index 17c230476e..4a27d294e3 100644 --- a/tests/acceptance/bootstrap/FeatureContext.php +++ b/tests/acceptance/bootstrap/FeatureContext.php @@ -729,7 +729,7 @@ class FeatureContext extends BehatVariablesContext { } /** - * removes the port rom the ocis URL + * removes the port from the ocis URL * * @param string $url *