{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=satelliteprovider;Username=postgres;Password=postgres" }, "MapConfig": { "Service": "GoogleMaps", "ApiKey": "YOUR_API_KEY_HERE" }, "StorageConfig": { "TilesDirectory": "./tiles", "ReadyDirectory": "./ready" }, "ProcessingConfig": { "MaxConcurrentDownloads": 4, "DefaultZoomLevel": 20, "QueueCapacity": 100 } }