Skip to content
This repository was archived by the owner on Apr 16, 2025. It is now read-only.

Commit 85f4298

Browse files
committed
feat: update socket url to identityrp
App now uses the identityrp secure websocket
1 parent a56c13e commit 85f4298

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
3636
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
3737
<script type="text/javascript" src="js/app.min.js"></script>
38+
<!-- Change the key below -->
3839
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBbYDZMGkewhRTGRJS4wwSVuBipYlYf-SU"></script>
3940
4041
<script>
@@ -71,7 +72,7 @@
7172
// Set to the IP of the GTA V server running "live_map"
7273
//var _SETTINGS_queryIp = "http://identity/map-api";
7374
74-
var _SETTINGS_socketUrl = "ws://localhost:30121"
75+
var _SETTINGS_socketUrl = "wss://identityrp.co.uk:30121"
7576
7677
</script>
7778
@@ -141,9 +142,8 @@ function startMarkers(){
141142
142143
<li><a>Online players <span id="player_count" class="label label-info pull-right">0</span></a></li>
143144
</ul>
144-
145145
</div>
146-
146+
147147
<p style="color: black; text-align: center;">This was originaly created for <a href="https://identityrp.co.uk">IdentityRP</a></p>
148148
</div>
149149
</div>

0 commit comments

Comments
 (0)