Files
PemukulPaku/HttpServer/appsettings.json
2023-05-24 17:18:36 +07:00

10 lines
152 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Trace",
"System": "Information",
"Microsoft": "None"
}
},
"AllowedHosts": "*"
}