Concept Flow - Environment-based configuration
Start Application
Read Environment Variables
Set Config Based on Env
Use Config in App
Run Server with Config
Respond to Requests
The app starts, reads environment variables, sets configuration accordingly, then runs using that config.