uber-node / zero-config

A zero configuration configuration loader
MIT License
116 stars 10 forks source link

Fix comment #20

Open rajeshsegu opened 9 years ago

rajeshsegu commented 9 years ago
// load ./config/secrets/NODE_ENV.DATACENTER.json
    dc && NODE_ENV ?
        join(configFolder, NODE_ENV + '.' + dc.datacenter + '.json') :
        null,

has to be /config/NODE_ENV.DATACENTER.json as per logic.