Best practices to store API Keys in a Phoenix web application? - Questions / Help - Elixir Programming Language Forum
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!