towerops/config
Graham McIntire 240e51237e
fix: remove Redis config from dev.exs to allow CI health checks to pass
Redis was configured to connect to localhost:6379 in dev.exs, but no Redis
server exists in CI environments. This caused /health endpoint to return 503
during e2e test startup, blocking test execution.

Solution: Remove Redis config from dev - application will fall back to stub
Agent (as designed in application.ex). If developers need Redis locally, they
can set REDIS_HOST environment variable.
2026-03-08 10:05:12 -05:00
..
config.exs perf(ci): optimize database setup with structure.sql (99.7% faster) 2026-03-05 13:30:52 -06:00
dev.exs fix: remove Redis config from dev.exs to allow CI health checks to pass 2026-03-08 10:05:12 -05:00
prod.exs fix: suppress noisy health check logs in production 2026-03-05 13:13:19 -06:00
runtime.exs feat: add capacity insight worker, UI, and reporting views 2026-03-07 14:42:40 -06:00
test.exs feat: add StripeClient.create_price for metered billing 2026-03-06 13:47:54 -06:00