Avoiding environment conflicts with Kamal and Dotenv (opens in new tab)
From Notes to self: We often use Dotenv in Rails for managing environment variables in development. But both Kamal and Dotenv works with .env files by default. Let’s see how to solve this conflict.
Read the original article