dreddit-dapp/config/webserver.js

6 lines
73 B
JavaScript
Raw Normal View History

2018-08-20 18:42:27 +00:00
module.exports = {
enabled: true,
host: "localhost",
port: 8000
};