You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: config.example.json
+2-6
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@
8
8
9
9
"defaults": { // If a server doesn't have the key-value set, it will fallback to these values
10
10
"ip": "127.0.0.1", // Make sure this is the PUBLIC IP of the FIVEM server
11
-
"fivemPort": "30120", // The fivem port
12
-
"socketPort": "30121", // Set to the port that you set in the "socket_port" convar (if different to the one in the config)
13
-
"liveMapName": "live_map"// Set to the resource's name (if different to the one in the config)
11
+
"socketPort": "30121"// Set to the port that you set in the "socket_port" convar (if different to the one in the config)
14
12
},
15
13
16
14
"servers": {
@@ -20,9 +18,7 @@
20
18
},
21
19
"Everything is different": {
22
20
"ip": "10.10.0.1",
23
-
"fivemPort": "60120",
24
-
"socketPort": "60121",
25
-
"liveMapName": "shitty_livemap"
21
+
"socketPort": "60121"
26
22
},
27
23
"Reverse Proxy Example": {
28
24
"reverseProxy" : { // If you have knowledge on how to set up a "reverse proxy" for your webserver and want to keep the map on a secure connection, set the values below.
0 commit comments