ethstats-client/config.default.js

8 lines
125 B
JavaScript

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