yavsc/src/Yavsc.Web/appsettings-web.json
2026-06-13 20:57:30 +01:00

24 lines
395 B
JSON
Executable file

{
"Authencication": {
"Issuer": "https://localhost:5001",
"Client": {
"Id": "mvc",
"Secret": "lame-secret"
}
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints":
{
"Https": {
"Url": "https://localhost:5003"
}
}
}
}