Snowflake/RPG.Services.Gateserver/appsettings.json

26 lines
402 B
JSON
Raw Normal View History

2024-01-18 22:13:40 +00:00
{
"Service": {
"ServiceType": "Gateserver"
},
"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"
}
],
"Gateway": {
"Host": "0.0.0.0",
"Port": 20301
}
}