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": [
|
2026-09-04 19:03:08 +01:00
|
|
|
"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"
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-06-27 17:36:57 +01:00
|
|
|
"AllowedHosts": "*"
|
2026-06-19 16:18:39 +01:00
|
|
|
}
|