change sse debug addr port

This commit is contained in:
Prajwol Amatya
2024-11-25 16:45:46 +05:45
parent 06dc8ad5e3
commit c1c6143568
2 changed files with 2 additions and 2 deletions

View File

@@ -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",

View File

@@ -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
*