Update: 2026-07-23 02:14:58

This commit is contained in:
Hamza-Ayed
2026-07-23 02:14:58 +03:00
parent 9e065e5a83
commit e5bf70fddb
5 changed files with 8 additions and 8 deletions
@@ -22,7 +22,7 @@ if (empty($id) || $rideId <= 0) {
// ── 1. Try Redis via the location server's internal HTTP API ──────────────
$status = null;
$locationServerUrl = getenv('LOCATION_SERVER_URL') ?: 'http://location.intaleq.xyz:2021';
$locationServerUrl = getenv('LOCATION_SERVER_URL') ?: 'http://nginx/loction_server/driver_socket.php';
$internalKey = getInternalSocketKey();
if ($internalKey) {