ethstats-client/config.default.js

8 lines
118 B
JavaScript
Raw Normal View History

2015-02-11 23:54:33 +01:00
var config = {
name: 'Node',
type: 'C++',
2015-02-12 03:55:09 +01:00
serverHost: 'localhost',
serverPort: '3000'
2015-02-11 23:54:33 +01:00
};
module.exports = config;