Files
CatLink/appsettings.json
2026-01-18 17:59:01 +08:00

12 lines
208 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Host": "10.0.0.103",
"HttpPort": 20100,
"RelayPort": 20101
}