Files
HuimMasterServer/HuimMasterServer/appsettings.json
2025-07-14 00:42:47 +09:00

10 lines
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}