Best practices to store API Keys in a Phoenix web application?

Hello there all,

In Python you can store API Keys in a .env file, you can use this information by retrieving it with the help of environ for example.

What’s the best way to do this in a Phoenix web application?

Thanks!