Do you use environmental variables or prod.secret.exs for storing passwords, api keys, etc? What's a rule of thumb for this? I feel like they're more or less the same, hence confusion of which one to use.
Note that I don't want to make it complicated by incorporating a third-party library in my code. I want a solution out of the box, preferably.