ethstats-client/config.default.js
2015-02-12 16:02:44 +02:00

8 lines
125 B
JavaScript

var config = {
name: 'Node',
type: 'C++',
serverHost: 'http://localhost',
serverPort: '3000'
};
module.exports = config;