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?