properties.js 98 Bytes
var host = 'localhost';
var port = 5001;

module.exports.HOST = host;
module.exports.PORT = port;