properties.js 95 Bytes
var host = '0.0.0.0';
var port = 5001;

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