status-channels-dapp/config/webserver.js

7 lines
100 B
JavaScript

module.exports = {
enabled: true,
host: "localhost",
openBrowser: true,
port: 8000
};