You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: