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

17 lines
344 B
JSON
Raw Normal View History

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