الملفات
github-actions-demos/aspire-sample/aspire-sample.ApiService/appsettings.json
2024-09-26 11:56:02 -04:00

10 أسطر
142 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}