Files
Alexandru-Victor Macocian e40e42ba40 Setup reading and persistence
2025-11-28 17:07:37 +01:00

16 lines
299 B
JSON

{
"Serilog": {
"MinimumLevel": {
"Default": "Information",
"Override": {
"Microsoft": "Information",
"Microsoft.Hosting.Lifetime": "Information",
"Robin.Services": "Debug"
}
}
},
"PositionPersistence": {
"FilePath": "positions.json"
}
}