Configuration (database URLs, API keys, ports, feature flags) तुमच्या कोडच्या बाहेर environment variables मध्ये असावे — कधीही hardcoded नसावे. हे secrets source control मधून बाहेर ठेवते आणि समान कोड dev, staging, आणि production मध्ये भिन्न settings सह चालू करू देते.
तत्त्व: environment मधून config
dbUrl = ;
dbUrl = process..;
port = process.. || ;
