Files
pushy/Pushy.Silo/appsettings.json
2024-12-23 14:52:23 +00:00

12 lines
199 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ElasticApm": {
"ServerUrl": "http://apm.home.local:8200"
}
}