Remove all hardcoded paths (e.g., C:\Users\...) and hardcoded configuration values (HOST, POLL_INTERVAL) from the codebase. Create .env for local dev update all modules to derive config from env variables rather than local file constants
Remove all hardcoded paths (e.g., C:\Users...) and hardcoded configuration values (HOST, POLL_INTERVAL) from the codebase.
Create .env for local dev
update all modules to derive config from env variables rather than local file constants