Thoughts on env vars as I spend some time with Fly...
I actually like that Fly separates env vars and secrets as distinct concepts. Secrets get extra protection, env vars are for config.
What I don't like: Env vars require a code change. And for secrets, I actually had to *destroy* my machines after I unset a couple.
Heroku might be the only platform where you can change an env var and it just restarts. Just works, and fast.
Easy to overlook until you don't have it.

