Mainflux.mainflux/config/config.js

5 lines
181 B
JavaScript
Raw Normal View History

2015-07-27 05:37:22 +08:00
/*
* Following recipe here: http://dailyjs.com/2014/01/02/recipe-for-express-configuration/
*/
2015-07-28 06:50:20 +08:00
module.exports = require('./' + (process.env.NODE_ENV || 'development') + '.json');