الملفات
github-actions-demos/dotnet-sample/appsettings.json
2022-04-06 11:14:18 -07:00

10 أسطر
142 B
JSON

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