use OC_ env prefix

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2025-01-13 16:11:11 +01:00
parent 0aa120d17b
commit a46fd132bd
288 changed files with 3368 additions and 3368 deletions
@@ -76,7 +76,7 @@ class OcisConfigHelper {
* @return string
*/
public static function getWrapperUrl(): string {
$url = \getenv("OCIS_WRAPPER_URL");
$url = \getenv("OC_WRAPPER_URL");
if ($url === false) {
$url = "http://localhost:5200";
}