Files
cp-backend-sample/appsettings.json
2025-06-28 07:57:18 +00:00

10 lines
151 B
JSON

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