Add initial server profiles config.

This commit is contained in:
vddCore 2022-06-08 18:46:02 +02:00
commit 4f9d0e0ac9

26
server_profiles.json Normal file
View file

@ -0,0 +1,26 @@
[
{
"name": "Local server",
"ip_management": "localhost",
"ip_address": "localhost",
"server_port": 43594,
"wl_port": 5555,
"js5_port": 43595
},
{
"name": "Live server",
"ip_management": "play.2009scape.org",
"ip_address": "play.2009scape.org",
"server_port": 43594,
"wl_port": 5555,
"js5_port": 43595
},
{
"name": "Testing server",
"ip_management": "test.2009scape.org",
"ip_address": "test.2009scape.org",
"server_port": 43594,
"wl_port": 5555,
"js5_port": 43595
}
]