Update service ports to 12015 for backend and 12016 for frontend; adjust configurations and documentation accordingly

This commit is contained in:
2026-04-29 11:52:12 +02:00
parent d484721a94
commit abd61798c7
11 changed files with 59 additions and 57 deletions
+1 -1
View File
@@ -79,6 +79,6 @@ document.addEventListener("DOMContentLoaded", () => {
} catch (e) {
console.error("Video polling error:", e);
}
}, 12001);
}, 12016);
}
});