Snowflake/RPG.Services.Gameserver/appsettings.json

22 lines
341 B
JSON
Raw Permalink Normal View History

2024-01-18 22:13:40 +00:00
{
"Service": {
"ServiceType": "Gameserver"
},
"Nodes": [
2024-01-21 15:34:19 +00:00
{
"Type": "Muipserver",
"Host": "127.0.0.1",
"Port": "21031"
},
2024-01-18 22:13:40 +00:00
{
"Type": "Gateserver",
"Host": "127.0.0.1",
"Port": "21051"
},
{
"Type": "Gameserver",
"Host": "127.0.0.1",
"Port": "21081"
}
]
}