2025-02-11 04:45:05 +00:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-06-04 22:04:20 +01:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"Kestrel": {
|
|
|
|
|
"Endpoints": {
|
|
|
|
|
"Https":{
|
2026-06-14 04:55:18 +01:00
|
|
|
"Url": "https://localhost:3004"
|
2026-06-04 22:04:20 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2025-02-11 04:45:05 +00:00
|
|
|
}
|