svix / svix-webhooks

The enterprise-ready webhooks service 🦀
https://www.svix.com
MIT License
2.4k stars 166 forks source link

Fix parsing proxy config from environment #1413

Closed svix-jplatte closed 2 months ago

svix-jplatte commented 2 months ago

Motivation

Looks like figment's env parser doesn't really support nested structures.

Solution

Use #[serde(flatten)], like for other bits of the config.