Update: 2026-06-21 18:58:05
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
// test_socket_dispatch.php
|
||||
|
||||
$socketUrl = "http://188.68.36.205:2021";
|
||||
$socketUrl = getenv('LOCATION_SERVER_URL') ?: 'http://location.intaleq.xyz:2021';
|
||||
$INTERNAL_KEY = getenv('INTERNAL_SOCKET_KEY');
|
||||
if (empty($INTERNAL_KEY)) {
|
||||
$keyPath = getenv('INTERNAL_SOCKET_KEY_PATH');
|
||||
|
||||
Reference in New Issue
Block a user