{ "BotConfig": { "BuyAmount": 20, "StopLoss": 1, "TakeProfit": 1, "TestMode": true }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.Hosting.Lifetime": "Information", "Microsoft.EntityFrameworkCore": "Warning" } }, "ConnectionStrings": { "Database": "Host=database;Port=5432;Database=data;Username=admin;Password=admin" }, "ApiConfig": { "ApiKey": "KEY", "ApiSecret": "SECRET" } }