6
This commit is contained in:
@@ -21,8 +21,8 @@ $redisResultsMap = [];
|
||||
|
||||
// 1. محاولة البحث عبر Redis
|
||||
try {
|
||||
$locationServerUrl = "http://location.intaleq.xyz:2021";
|
||||
$INTERNAL_KEY = trim(@file_get_contents('/home/intaleq-api/.internal_socket_key'));
|
||||
$locationServerUrl = getenv('LOCATION_SOCKET_URL');
|
||||
$INTERNAL_KEY = trim(file_get_contents(getenv('INTERNAL_SOCKET_KEY_PATH')));
|
||||
|
||||
$postData = [
|
||||
'action' => 'get_nearby_ride_ids',
|
||||
|
||||
Reference in New Issue
Block a user