app/BTCPayApp.Server/appsettings.json
2025-05-02 10:19:09 +02:00

11 lines
188 B
JSON

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