Some checks failed
Dotnet build and test / build (pull_request) Failing after 7m28s
18 lines
369 B
JSON
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": "*"
|
|
}
|