yavsc/src/Yavsc.Web/appsettings.json

18 lines
299 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": "*",
2025-07-10 09:16:58 +01:00
"AuthIssuer": "https://localhost:5001",
2024-11-12 08:32:15 +00:00
"Kestrel": {
"Endpoints":
{
2025-02-08 20:06:24 +00:00
"Https": {
2024-11-12 08:32:15 +00:00
"Url": "https://localhost:5003"
}
}
}
}