I have a code snippet that manually reads the .env file and I want to use Replit to demonstrate it. It’s a private Replit so I don’t worry about leaking secrets. Plus, there are no secrets involved, just plain key=value pairs.
There are many topics explaining that secrets are now managed via a UI panel instead of .env – fair enough but is there a way to create an .env file if I know what I’m doing?
(Currently, I name a file differently, like .env2, but that’s slightly confusing for the readers of my Replit.)