lazy52API/lazy52API/appsettings.json
2025-05-06 17:04:03 +08:00

17 lines
245 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://*:9090" //
}
}
}
}