blob: d6112c4c80bf14108d83b341bad306a6bcf467f2 [file] [log] [blame]
var config = {};
config.web = {};
config.gateway = {};
config.web.port = process.env.PORT || 3333;
config.gateway.host = 'localhost';
config.gateway.port = 3390;
module.exports = config