{ "ConnectionStrings": { "Default": "Host=localhost;Port=5432;Database=linegestao;Username=postgres;Password=postgres" }, "Jwt": { "Key": "linegestao-local-jwt-key-2026-dev-strong-123456789", "Issuer": "LineGestao", "Audience": "LineGestao", "ExpiresMinutes": 360 }, "Cors": { "AllowedOrigins": [ "http://localhost:4200" ] }, "App": { "UseHttpsRedirection": false }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "Notifications": { "CheckIntervalMinutes": 60, "NotifyAllFutureDates": true, "MaxFutureDays": 30, "ReminderDays": [ 30, 15, 7 ] }, "Seed": { "Enabled": true, "ReapplyAdminCredentialsOnStartup": true, "AdminMasterName": "Admin Master", "AdminMasterEmail": "admin.master@linegestao.local", "AdminMasterPassword": "DevAdminMaster123!" } }