Skip to content

Commit a37b31a

Browse files
committed
refactor: remove values in config that are not needed anymore
1 parent 3bcad79 commit a37b31a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

config.example.json

+2-6
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88

99
"defaults": { // If a server doesn't have the key-value set, it will fallback to these values
1010
"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)
1412
},
1513

1614
"servers": {
@@ -20,9 +18,7 @@
2018
},
2119
"Everything is different": {
2220
"ip": "10.10.0.1",
23-
"fivemPort": "60120",
24-
"socketPort": "60121",
25-
"liveMapName": "shitty_livemap"
21+
"socketPort": "60121"
2622
},
2723
"Reverse Proxy Example": {
2824
"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

Comments
 (0)