yaml-config-node icon indicating copy to clipboard operation
yaml-config-node copied to clipboard

Default is development?

Open chenkirk opened this issue 10 years ago • 0 comments

In the yaml there's a default section.

However in readConfig it defaults to development.

if (!env) {
    env = process.env.NODE_ENV || 'development';
}

This causes the particular problem that default values are not used when you don't specify a NODE_ENV.

chenkirk avatar May 30 '14 00:05 chenkirk