towerops/config
Graham McIntire 749efe4798
Fix agent API to accept protobuf content type
The :accepts plug in the agent_api pipeline was only allowing JSON,
which caused 406 errors when the agent sent protobuf requests.

Changes:
- Register application/x-protobuf MIME type in config
- Add protobuf to agent_api pipeline accepts list
- Agent can now successfully communicate using protobuf format
2026-01-14 16:58:11 -06:00
..
config.exs Fix agent API to accept protobuf content type 2026-01-14 16:58:11 -06:00
dev.exs Set logger level to info in development to prevent credential exposure 2026-01-05 14:35:09 -06:00
prod.exs Remove force_ssl config since Traefik handles SSL termination 2026-01-05 13:23:38 -06:00
runtime.exs awsses 2026-01-11 14:55:07 -06:00
test.exs Fix agent API protobuf support and Mix.env runtime error 2026-01-14 16:35:47 -06:00