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

18 lines
369 B
JSON
Raw Normal View History

2026-06-19 16:18:39 +01:00
{
"Site": {
"Authority": "https://localhost:5001",
2026-09-13 23:29:06 +01:00
"Audience": ["api"],
2026-06-19 16:18:39 +01:00
"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
}