staking-pool/config/webserver.js

7 lines
94 B
JavaScript
Raw Normal View History

2019-06-18 08:14:29 -04:00
module.exports = {
enabled: true,
host: "localhost",
openBrowser: true,
port: 8000
};