aprs.me/config
Graham McIntire fcff4fa6f0
Fix packet retention config to read env var at runtime
Move packet_retention_days configuration from config.exs (compile-time)
to runtime.exs so it properly reads the PACKET_RETENTION_DAYS environment
variable at runtime instead of baking in the default value during build.

This fixes the issue where the app was using 7 days retention despite
PACKET_RETENTION_DAYS being set to 1 in the deployment, causing disk
to fill up with 54GB of old partition data.
2026-02-25 16:23:22 -06:00
..
appsignal.exs Fix test warnings and failures 2025-10-25 17:41:58 -05:00
config.exs Fix packet retention config to read env var at runtime 2026-02-25 16:23:22 -06:00
dev.exs Add client IP to request log metadata 2026-02-20 17:48:15 -06:00
prod.exs Convert JS hooks to TypeScript and update esbuild to 0.25.4 2026-02-20 12:27:00 -06:00
runtime.exs Fix packet retention config to read env var at runtime 2026-02-25 16:23:22 -06:00
test.exs Replace ip-api.com geolocation with Cloudflare headers 2026-02-19 15:01:49 -06:00