status-channels-dapp/config/webserver.js

7 lines
100 B
JavaScript
Raw Normal View History

2019-01-27 16:39:09 +00:00
module.exports = {
enabled: true,
host: "localhost",
openBrowser: true,
port: 8000
};