renis-backend/appsettings.json

19 lines
313 B
JSON
Raw Normal View History

2024-09-07 08:06:51 +00:00
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
2024-09-07 09:13:28 +00:00
"AllowedHosts": "*",
"Serilog":{
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"System": "Warning"
}
}
}
2024-09-07 08:06:51 +00:00
}