Snowflake/RPG.Services.Gateserver/appsettings.json

26 lines
No EOL
402 B
JSON

{
"Service": {
"ServiceType": "Gateserver"
},
"Nodes": [
{
"Type": "Muipserver",
"Host": "127.0.0.1",
"Port": "21031"
},
{
"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
}
}