Skip to content

Issue with alternative Node Environment names #14

@faheyyy

Description

@faheyyy

To select a configuration file, you include the following line:

var config = require('../config/' + (process.env.NODE_ENV || 'default'));

In my set up, I have multiple different environment variables names (which includes, but is not limited to, staging and production). Can you make it possible to override the environment variable and select a configuration manually?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions