KafkaSR/RPG.Services.Gameserver/appsettings.json

22 lines
341 B
JSON
Raw Normal View History

2024-01-29 23:49:21 +00:00
{
"Service": {
"ServiceType": "Gameserver"
},
"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"
}
]
}