mirror of
https://gitlab.com/2009scape/tools/remote-config.git
synced 2025-12-21 09:02:15 -07:00
Add initial server profiles config.
This commit is contained in:
commit
4f9d0e0ac9
1 changed files with 26 additions and 0 deletions
26
server_profiles.json
Normal file
26
server_profiles.json
Normal 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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue