foundations
foundations copied to clipboard
Allow setting configuration using environment variables
It would be great to allow setting (at least some) configuration using environment variables. This is established practice in many environments (see twelve factor apps, most containers).
This might be possible with serde-env
. Would you consider a PR that implements it using serde-env?