Can I make a .env variable composed of two other .env variables with the dotenv note package?
I am working on a project where I need to join two .env
variables to create a third one. The reason as to why I don’t just make the first one the way I need it is because I would have to manually update the credentials in every heroku app whenever the credentials are rotated. While on the other apps it’s not an issue as I can just call: