{ "Serilog": { "MinimumLevel": { "Default": "Information", "Override": { "Microsoft.AspNetCore": "Warning" } } }, "ConnectionStrings": { "DefaultConnection": "Host=localhost;Port=5432;Database=satelliteprovider;Username=postgres;Password=postgres" }, "Jwt": { "Secret": "DEV-ONLY-DO-NOT-USE-IN-PROD-replace-with-real-secret-via-JWT_SECRET-env-var" }, "MapConfig": { "Service": "GoogleMaps", "ApiKey": "" }, "StorageConfig": { "TilesDirectory": "./tiles", "ReadyDirectory": "./ready" } }