yavsc/src/Yavsc.Api/appsettings-api.json
Paul Schneider 2484876c5b
Some checks failed
Dotnet build and test / build (pull_request) Failing after 7m28s
The Estimate is validated
2026-09-13 23:29:06 +01:00

18 lines
369 B
JSON

{
"Site": {
"Authority": "https://localhost:5001",
"Audience": ["api"],
"CorsAllowedOrigins": [
"https://localhost:5003",
"https://yavsc.pschneider.fr"
]
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}