properties.js 98 Bytes Edit Raw Blame History 1 2 3 4 5 var host = 'localhost'; var port = 5001; module.exports.HOST = host; module.exports.PORT = port;