mirror of
https://github.com/getnora-io/nora.git
synced 2026-04-12 09:10:32 +00:00
Validate configuration after loading and env overrides: - Error (panic): port=0, empty storage path (local), empty S3 bucket - Warning (log): rate limit values=0, body_limit=0 Prevents confusing runtime errors from invalid config. 12 new unit tests for all validation branches.