yavsc/src/Yavsc.Api/appsettings-api.json

17 lines
291 B
JSON
Raw Normal View History

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":{
"Url": "https://localhost:3004"
2026-06-04 22:04:20 +01:00
}
}
}
2025-02-11 04:45:05 +00:00
}