1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-28 13:48:49 +08:00
2015-07-26 23:37:22 +02:00

5 lines
183 B
JavaScript

/*
* Following recipe here: http://dailyjs.com/2014/01/02/recipe-for-express-configuration/
*/
module.exports = require('./' + (process.env.NODE_ENV || 'development') + '.json');