prop/config
Graham McIntire 1312d84bb2
fix(aprs): handle empty APRS_DATABASE_URL and dedupe boot warning
- Empty-string env var (k8s secret resolves to '') was passing the nil
  check and handing Postgrex an empty URL — now treated the same as unset.
- Drop runtime.exs warning; keep the single warning in application.ex
  where the supervisor decision is made.
2026-05-01 12:29:16 -05:00
..
config.exs feat(hrdps): grid_tasks source column, Canadian mask, HrdpsGridWorker 2026-04-29 17:13:00 -05:00
dev.exs feat(aprs): add read-only AprsRepo for aprs.me database access 2026-05-01 12:25:33 -05:00
prod.exs Configure outbound SMTP email via Swoosh with TLS 2026-04-02 13:08:50 -05:00
runtime.exs fix(aprs): handle empty APRS_DATABASE_URL and dedupe boot warning 2026-05-01 12:29:16 -05:00
test.exs feat(aprs): add read-only AprsRepo for aprs.me database access 2026-05-01 12:25:33 -05:00