ethstats-client/config.default.js
2015-02-12 04:55:09 +02:00

11 lines
173 B
JavaScript

var config = {
name: 'Node',
type: 'C++',
os: 'linux',
rpcHost: 'localhost',
rpcPort: '8080',
serverHost: 'localhost',
serverPort: '3000'
};
module.exports = config;