Files
yavsc/src/sampleWebAsWebApiClient/appsettings.json
2025-07-10 09:16:58 +01:00

19 lines
299 B
JSON
Executable File

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"AuthIssuer": "https://localhost:5001",
"Kestrel": {
"Endpoints":
{
"Https": {
"Url": "https://localhost:5003"
}
}
}
}