ApiSoftway/appsettings.Development.json
2024-06-17 15:50:52 +02:00

21 lines
343 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
//,
//"AllowedHosts": "*",
//"Kestrel": {
// "Endpoints": {
// "Http": {
// "Url": "http://localhost:5400"
// },
// "Https": {
// "Url": "https://localhost:5401"
// }
// }
//}
}