Concept Flow - Environment configuration
Start Node.js app
Load environment variables from .env file
Process.env variables set
App reads config from process.env
App runs with config values
If .env missing or var missing -> fallback or error
Node.js loads environment variables from a .env file into process.env before the app uses them for configuration.