yavsc/src/sampleWebAsWebApiClient/appsettings.json

17 lines
257 B
JSON
Raw Normal View History

2016-06-01 23:47:06 +02:00
{
2024-11-12 08:32:15 +00:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
2016-06-01 23:47:06 +02:00
}
2024-11-12 08:32:15 +00:00
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints":
{
2025-02-08 20:06:24 +00:00
"Https": {
2024-11-12 08:32:15 +00:00
"Url": "https://localhost:5003"
}
}
}
}