30 lines
481 B
JSON
30 lines
481 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"Service": {
|
||
|
"ServiceType": "Muipserver"
|
||
|
},
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|