yavsc/src/Yavsc.Web/appsettings-web.json

24 lines
395 B
JSON
Raw Normal View History

2016-06-01 23:47:06 +02:00
{
2026-03-01 20:14:54 +00:00
"Authencication": {
"Issuer": "https://localhost:5001",
"Client": {
"Id": "mvc",
"Secret": "lame-secret"
}
},
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"
}
}
}
}