Files
BTSR/bin/appsettings.json

17 lines
242 B
JSON
Raw Normal View History

2025-02-26 14:53:02 +08:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://+:5001"
}
}
},
"AllowedHosts": "*"
}