var config = {};

config.port = 9001;
config.baseUrl = "http://localhost:"+config.port;

module.exports = config;