Concept Flow - Environment-based configuration
Start Application
Load .env file
Parse environment variables
Inject ConfigService
Access variables via ConfigService
Use config values in app modules
App runs with environment config
The app loads environment variables from a file, parses them, and makes them available via a service for use in modules.