.env — Environment File
Text text/plain
What a .env file is
Key-value configuration loaded into an application's environment, one KEY=value per line.
How to open it
Any text editor.
Worth knowing
A .env file almost always contains secrets. It must be in .gitignore, and if one has ever been committed, rotate every credential in it — deleting the file does not remove it from git history.