app/BTCPayApp.Server/appsettings.json
2024-05-08 12:35:51 +02:00

11 lines
192 B
JSON

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