var nodes = [ { name: 'instance 1', type: 'C++', rpcHost: '54.173.252.182', rpcPort: '8080' }, { name: 'instance 2', type: 'C++', rpcHost: '54.209.133.248', rpcPort: '8080' }, { name: 'instance 3', type: 'C++', rpcHost: '54.174.67.126', rpcPort: '8080' }, { name: 'local', type: 'C++', rpcHost: 'localhost', rpcPort: '8080' } ]; module.exports = nodes;