Files
pushy/Pushy/Pushy/appsettings.json
2024-11-13 21:26:14 +01:00

16 lines
287 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Elastic.Apm": "Warning"
}
},
"AllowedHosts": "*",
"ElasticApm":
{
"ServerUrl": "http://apm.home.local:8200",
"TransactionNameGroups": "GET /t/*"
}
}