Files
Web_IoTBase_Sever_Prod/iotweb/appsettings.json

18 lines
309 B
JSON
Raw Normal View History

2025-12-11 14:04:39 +08:00
{
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5286"
}
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}