1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-04-27 13:48:49 +08:00

5 lines
181 B
JavaScript
Raw Normal View History

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