Many frameworks and tools support .env
files that store environment variables in a key-value format.
These are commonly used in web apps.
They are loaded into the app using tools like dotenv
(Node.js) or python-dotenv
(Python).
Example file
DEBUG=true
PORT=8000
SECRET_KEY=s3cr3t