Skip to content

Commit 28c5347

Browse files
committedMay 17, 2019
feat: ssl in websocket
1 parent 66fbfdb commit 28c5347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎index.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767
var _MAP_UVInvMap = false;
6868
6969
// Set to the IP of the GTA V server running "live_map"
70-
var _SETTINGS_queryIp = "http://localhost/map-api";
70+
//var _SETTINGS_queryIp = "http://identity/map-api";
7171
72-
var _SETTINGS_socketUrl = "ws://localhost:30121"
72+
var _SETTINGS_socketUrl = "wss://identityrp.co.uk:30121"
7373
7474
</script>
7575

0 commit comments

Comments
 (0)