Files
2026-01-23 17:03:45 +08:00

17 lines
265 B
Plaintext

Deploy on any web server with php.
In "./index.html" change
window.sspglobals = {
apiurl: "http://localhost/wss/api/api.php"
}
to the correct url.
In "./api/api.php" change
$address = "127.0.0.1";
$port = 12300;
to the ip and port of the coordinator.