ethstats-client/config.default.js
2015-02-12 15:38:09 +02:00

8 lines
118 B
JavaScript

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