Update: 2026-06-21 18:58:05
This commit is contained in:
@@ -4073,7 +4073,7 @@ try {
|
||||
```
|
||||
-- MySQL dump 10.13 Distrib 8.0.36-28, for Linux (x86_64)
|
||||
--
|
||||
-- Host: 188.68.36.205 Database: locationDB
|
||||
-- Host: <server-ip> Database: locationDB
|
||||
-- ------------------------------------------------------
|
||||
-- Server version 8.0.36-28
|
||||
|
||||
@@ -18777,7 +18777,7 @@ try {
|
||||
if ($driverId > 0) {
|
||||
|
||||
// أ) Socket (إشعار السائق في التطبيق فوراً)
|
||||
$socketUrl = 'http://188.68.36.205:2021';
|
||||
$socketUrl = 'http://<server-ip>:2021';
|
||||
$internalKeyPath = '/home/siro-api/.internal_socket_key';
|
||||
$internalKey = file_exists($internalKeyPath) ? trim(file_get_contents($internalKeyPath)) : '';
|
||||
|
||||
@@ -20496,7 +20496,7 @@ try {
|
||||
<?php
|
||||
// test_socket_dispatch.php
|
||||
|
||||
$socketUrl = "http://188.68.36.205:2021";
|
||||
$socketUrl = "http://<server-ip>:2021";
|
||||
$INTERNAL_KEY = trim(file_get_contents('/home/siro-api/.internal_socket_key'));
|
||||
|
||||
// جرّب Driver ID موجود عندك
|
||||
|
||||
Reference in New Issue
Block a user