{ "Serilog": { "Using": [ "Serilog.Sinks.Console", "Serilog.Sinks.File" ], "MinimumLevel": { "Default": "Warning", "Override": { "Microsoft.AspNetCore": "Warning" } }, "WriteTo": [ { "Name": "Console" }, { "Name": "File", "Args": { "path": "./logs/satellite-provider-.log", "rollingInterval": "Day", "outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff zzz} [{Level:u3}] {Message:lj}{NewLine}{Exception}" } } ] }, "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Host=localhost;Database=satelliteprovider;Username=postgres;Password=postgres" }, "MapConfig": { "Service": "GoogleMaps", "ApiKey": "" }, "StorageConfig": { "TilesDirectory": "./tiles", "ReadyDirectory": "./ready" }, "ProcessingConfig": { "MaxConcurrentDownloads": 4, "MaxConcurrentRegions": 3, "DefaultZoomLevel": 20, "QueueCapacity": 1000, "DelayBetweenRequestsMs": 50, "SessionTokenReuseCount": 100 } }