Got all your credentials in Rails App Code. Well, no one wants that 😛, but here we are. In this article, we will set up separate env files for our server for different configurations (test, development, production). We will go through how to actually implement this using DOTENV in Rails. …