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

23 lines
416 B
JSON
Raw Normal View History

2026-06-19 16:18:39 +01:00
{
"Site": {
"Authority": "https://localhost:5001",
"CorsAllowedOrigins": [
"https://localhost:5003"
]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"Kestrel": {
"Endpoints": {
"Https":{
"Url": "https://localhost:3004"
}
}
}
}